mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
misc/py-kartograph: Remove the 2.7 limitation on python because it's no longer needed
This commit is contained in:
parent
48bcc18931
commit
629c6c1a34
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=544859
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= kartograph
|
||||
DISTVERSION= 0.6.8
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= misc python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
@ -10,9 +11,6 @@ COMMENT= Framework for building interactive map applications
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
DEPRECATED= Uses deprecated version of python
|
||||
EXPIRATION_DATE= 2020-08-15
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argparse>0:devel/py-argparse@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}gdal>0:graphics/py-gdal@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \
|
||||
@ -24,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argparse>0:devel/py-argparse@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}Shapely>=1.0.14:devel/py-shapely@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}tinycss>0:textproc/py-tinycss@${PY_FLAVOR}
|
||||
|
||||
USES= python:2.7
|
||||
USES= python
|
||||
USE_GITHUB= yes
|
||||
GH_PROJECT= ${PORTNAME}.py
|
||||
USE_PYTHON= distutils concurrent autoplist
|
||||
|
Loading…
Reference in New Issue
Block a user