pkgsrc-WIP-changes archive

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

add new pkg to wip: py-parsy



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sat Oct 17 17:22:11 2020 +0100
Changeset:	36893ef9ce08c4c80e633bf4837c2f4b2d79a435

Modified Files:
	py-parsy/Makefile

Log Message:
add new pkg to wip: py-parsy

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=36893ef9ce08c4c80e633bf4837c2f4b2d79a435

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

diffstat:
 py-parsy/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diffs:
diff --git a/py-parsy/Makefile b/py-parsy/Makefile
index 203d77af54..39d1c79ac1 100644
--- a/py-parsy/Makefile
+++ b/py-parsy/Makefile
@@ -3,14 +3,13 @@
 DISTNAME=	parsy-1.3.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel python
-MASTER_SITES=	https://files.pythonhosted.org/packages/41/cf/f41d3e986d001f343abe59c1a8352162227db61a39e84e7a55023128f0c1/
+MASTER_SITES=	${MASTER_SITE_PYPI:=p/parsy/}
 
 MAINTAINER=	kamelderouiche%yahoo.com@localhost
 HOMEPAGE=	https://github.com/python-parsy/parsy
 COMMENT=	Easy-to-use parser combinators, for parsing in pure Python
 LICENSE=	mit
 
-USE_LANGUAGES=	# none
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index