mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
Add LICENSE_FILE
- Allow concurrent installation (USE_PYTHON=concurrent) - Add NO_ARCH - Add PyPI as primary WWW - Take maintainership
This commit is contained in:
parent
5404052da0
commit
84b25594e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462918
@ -7,15 +7,17 @@ CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= XML parser that returns python dictionaries
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose:devel/py-nose@${FLAVOR}
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${FLAVOR}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
do-test:
|
||||
@cd ${WRKSRC} && ${LOCALBASE}/bin/nosetests-${PYTHON_VER}
|
||||
|
@ -1,4 +1,5 @@
|
||||
xmltodict is a Python module that makes working with XML feel like you are
|
||||
working with JSON.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/xmltodict
|
||||
WWW: https://github.com/martinblech/xmltodict
|
||||
|
Loading…
Reference in New Issue
Block a user