diff options
author | adam <adam@pkgsrc.org> | 2018-02-08 16:38:43 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-02-08 16:38:43 +0000 |
commit | df94c5e37afafdcf6ab4e6c5fd1acf7578b9c168 (patch) | |
tree | b8afce48bf06b2fe90a6eacc47a36b71d3cea12e | |
parent | 9f77ef2f6a505e5f6d063c017ff5d82e38c20e30 (diff) | |
download | pkgsrc-df94c5e37afafdcf6ab4e6c5fd1acf7578b9c168.tar.gz |
py-lhafile: updated to 0.2.2
v0.2.2
dummy version bump
-rw-r--r-- | archivers/py-lhafile/Makefile | 16 | ||||
-rw-r--r-- | archivers/py-lhafile/PLIST | 3 | ||||
-rw-r--r-- | archivers/py-lhafile/distinfo | 10 |
3 files changed, 13 insertions, 16 deletions
diff --git a/archivers/py-lhafile/Makefile b/archivers/py-lhafile/Makefile index 1a377881dfe..2781cd14cc2 100644 --- a/archivers/py-lhafile/Makefile +++ b/archivers/py-lhafile/Makefile @@ -1,20 +1,16 @@ -# $NetBSD: Makefile,v 1.2 2017/08/01 14:58:51 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2018/02/08 16:38:43 adam Exp $ -DISTNAME= python-lhafile -PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}-0.2.1 +DISTNAME= lhafile-0.2.2 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= archivers python -MASTER_SITES= ${MASTER_SITE_GITHUB:=FrodeSolheim/} -GITHUB_PROJECT= ${DISTNAME} -GITHUB_TAG= a7341c16a2028bce547b6c06df8d455af29fcab6 -EXTRACT_SUFX= .zip +MASTER_SITES= ${MASTER_SITE_PYPI:=l/lhafile/} MAINTAINER= adam@NetBSD.org -HOMEPAGE= https://fs-uae.net/ +HOMEPAGE= https://github.com/FrodeSolheim/python-lhafile COMMENT= LHA(.lzh) file extract interface LICENSE= modified-bsd -USE_LANGUAGES= c PYDISTUTILSPKG= yes -.include "../../lang/python/extension.mk" +.include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/archivers/py-lhafile/PLIST b/archivers/py-lhafile/PLIST index 4c80d877413..8960446dc07 100644 --- a/archivers/py-lhafile/PLIST +++ b/archivers/py-lhafile/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1 2015/11/04 17:25:19 adam Exp $ +@comment $NetBSD: PLIST,v 1.2 2018/02/08 16:38:43 adam Exp $ +${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/lhafile/__init__.py ${PYSITELIB}/lhafile/__init__.pyc ${PYSITELIB}/lhafile/__init__.pyo diff --git a/archivers/py-lhafile/distinfo b/archivers/py-lhafile/distinfo index 97b6e107ffa..32e8b32b542 100644 --- a/archivers/py-lhafile/distinfo +++ b/archivers/py-lhafile/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2015/11/04 17:25:19 adam Exp $ +$NetBSD: distinfo,v 1.2 2018/02/08 16:38:43 adam Exp $ -SHA1 (python-lhafile-a7341c16a2028bce547b6c06df8d455af29fcab6.zip) = 0ce3e8bbc3d993ebde273872138f6f447a78b5ee -RMD160 (python-lhafile-a7341c16a2028bce547b6c06df8d455af29fcab6.zip) = 39ccb9cb5c11b50825f864962ac91633261fac42 -SHA512 (python-lhafile-a7341c16a2028bce547b6c06df8d455af29fcab6.zip) = 434826981e08bc4d9939e5f2ee1fa3b65adef1932a05024d8d8d2dbf281a0ca31466e057a04dcb0f89f8151d6ae49f69fb03953cd7a3ccc8ce765094c23d162a -Size (python-lhafile-a7341c16a2028bce547b6c06df8d455af29fcab6.zip) = 274104 bytes +SHA1 (lhafile-0.2.2.tar.gz) = 4e631dd7f42c6efbe74aad81e6c99f9fb6332445 +RMD160 (lhafile-0.2.2.tar.gz) = a66aff1e98b8a5473838efa7729112f2279c8f80 +SHA512 (lhafile-0.2.2.tar.gz) = 7b8488e5bc136b818f940345ca91a4b80d9cf4d6814734c46efafbf3652b2e43a63ee8dfbe49d2d520f583723f69fb8dd7bc90b614aa27c097ff00e6d14dce78 +Size (lhafile-0.2.2.tar.gz) = 14311 bytes |