mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00: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,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rdflib
|
||||
PORTVERSION= 4.0.1
|
||||
PORTVERSION= 4.1.0
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -12,11 +12,12 @@ COMMENT= Python library for RDF manipulation
|
||||
|
||||
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
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (rdflib-4.0.1.tar.gz) = 5e8cd9b9f09d69116add36229e05d7d2fbececee1ae65dc17713c57e823a9813
|
||||
SIZE (rdflib-4.0.1.tar.gz) = 903633
|
||||
SHA256 (rdflib-4.1.0.tar.gz) = ee9f523c840564f0a370b5a1c6b0b494c689df69fb8bc7a77010b407cba71972
|
||||
SIZE (rdflib-4.1.0.tar.gz) = 865610
|
||||
|
Loading…
Reference in New Issue
Block a user