mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- Update to 4.1.0
- Adjust dependencies - Fix Python version
This commit is contained in:
parent
eaee7be29c
commit
258db2e1e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344379
2 changed files with 7 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= rdflib
|
PORTNAME= rdflib
|
||||||
PORTVERSION= 4.0.1
|
PORTVERSION= 4.1.0
|
||||||
CATEGORIES= textproc python
|
CATEGORIES= textproc python
|
||||||
MASTER_SITES= CHEESESHOP
|
MASTER_SITES= CHEESESHOP
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -12,11 +12,12 @@ COMMENT= Python library for RDF manipulation
|
||||||
|
|
||||||
LICENSE= BSD
|
LICENSE= BSD
|
||||||
|
|
||||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}isodate>=0:${PORTSDIR}/devel/py-isodate
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}isodate>=0:${PORTSDIR}/devel/py-isodate \
|
||||||
|
${PYTHON_PKGNAMEPREFIX}parsing>=2.0.1:${PORTSDIR}/devel/py-parsing \
|
||||||
|
${PYTHON_PKGNAMEPREFIX}sparqlwrapper>=1.5.2:${PORTSDIR}/textproc/py-sparqlwrapper
|
||||||
|
|
||||||
USE_PYTHON= 2
|
USE_PYTHON= yes
|
||||||
USE_PYDISTUTILS=yes
|
USE_PYDISTUTILS=yes
|
||||||
PYDISTUTILS_AUTOPLIST= yes
|
PYDISTUTILS_AUTOPLIST= yes
|
||||||
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (rdflib-4.0.1.tar.gz) = 5e8cd9b9f09d69116add36229e05d7d2fbececee1ae65dc17713c57e823a9813
|
SHA256 (rdflib-4.1.0.tar.gz) = ee9f523c840564f0a370b5a1c6b0b494c689df69fb8bc7a77010b407cba71972
|
||||||
SIZE (rdflib-4.0.1.tar.gz) = 903633
|
SIZE (rdflib-4.1.0.tar.gz) = 865610
|
||||||
|
|
Loading…
Add table
Reference in a new issue