py-lzstring: package properly

This commit is contained in:
adam 2023-07-24 04:51:37 +00:00
parent 8f284b785a
commit ee7189e819
1 changed files with 7 additions and 3 deletions

View File

@ -1,14 +1,18 @@
# $NetBSD: Makefile,v 1.1 2023/07/20 14:10:59 bacon Exp $
# $NetBSD: Makefile,v 1.2 2023/07/24 04:51:37 adam Exp $
DISTNAME= lzstring-1.0.4
PKGNAME= ${PYPKGPREFIX}-lzstring-1.0.4
CATEGORIES= archivers
CATEGORIES= archivers python
MASTER_SITES= ${MASTER_SITE_PYPI:=l/lzstring/}
OWNER= bacon@NetBSD.org
HOMEPAGE= https://pypi.python.org/pypi/lzstring
HOMEPAGE= https://github.com/gkovacs/lz-string-python
COMMENT= LZ-based in-memory string compression
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-future>=0.14.0:../../devel/py-future
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"