pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/py-lzstring



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jul 24 04:51:37 UTC 2023

Modified Files:
        pkgsrc/archivers/py-lzstring: Makefile

Log Message:
py-lzstring: package properly


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/archivers/py-lzstring/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/archivers/py-lzstring/Makefile
diff -u pkgsrc/archivers/py-lzstring/Makefile:1.1 pkgsrc/archivers/py-lzstring/Makefile:1.2
--- pkgsrc/archivers/py-lzstring/Makefile:1.1   Thu Jul 20 14:10:59 2023
+++ pkgsrc/archivers/py-lzstring/Makefile       Mon Jul 24 04:51:37 2023
@@ -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@localhost
-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"



Home | Main Index | Thread Index | Old Index