pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/net/py-magic-wormhole



> Module Name:  pkgsrc
> Committed By: gdt
> Date:         Thu Mar 18 18:46:25 UTC 2021
> 
> Added Files:
>       pkgsrc/net/py-magic-wormhole: DESCR Makefile PLIST distinfo
> 
> Log Message:
> py-magic-wormhole: Add version 0.12.0
> 
> This package provides a library and a command-line tool named
> wormhole, which makes it possible to get arbitrary-sized files and
> directories (or short pieces of text) from one computer to
> another. The two endpoints are identified by using identical "wormhole
> codes": in general, the sending machine generates and displays the
> code, which must then be typed into the receiving machine.
> 
> The codes are short and human-pronounceable, using a
> phonetically-distinct wordlist. The receiving side offers
> tab-completion on the codewords, so usually only a few characters must
> be typed. Wormhole codes are single-use and do not need to be
> memorized.

Looks like a hasty import. Makefile should look like this:


# $NetBSD$

DISTNAME=       magic-wormhole-0.12.0
PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=     net python
MASTER_SITES=   ${MASTER_SITE_PYPI:=m/magic-wormhole/}

MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
HOMEPAGE=       https://github.com/warner/magic-wormhole
COMMENT=        Securely transfer data between computers
LICENSE=        mit

DEPENDS+=       ${PYPKGPREFIX}-attrs>=16.3.0:../../devel/py-attrs
DEPENDS+=       ${PYPKGPREFIX}-autobahn>=0.14.1:../../www/py-autobahn19
DEPENDS+=       ${PYPKGPREFIX}-automat-[0-9]*:../../devel/py-automat
DEPENDS+=       ${PYPKGPREFIX}-click-[0-9]*:../../devel/py-click
DEPENDS+=       ${PYPKGPREFIX}-humanize-[0-9]*:../../textproc/py-humanize
DEPENDS+=       ${PYPKGPREFIX}-hkdf-[0-9]*:../../security/py-hkdf
DEPENDS+=       ${PYPKGPREFIX}-nacl-[0-9]*:../../security/py-nacl
DEPENDS+=       ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
DEPENDS+=       ${PYPKGPREFIX}-spake2>=0.8:../../security/py-spake2
DEPENDS+=       ${PYPKGPREFIX}-tqdm>=4.13.0:../../misc/py-tqdm
DEPENDS+=       ${PYPKGPREFIX}-twisted>=17.5.0:../../net/py-twisted
DEPENDS+=       ${PYPKGPREFIX}-txtorcon>=18.0.2:../../net/py-txtorcon

USE_LANGUAGES=  # none

post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} wormhole wormhole-${PYVERSSUFFIX} || ${TRUE}

.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"


Kind regards,
Adam



Home | Main Index | Thread Index | Old Index