devel/py-twext: upgrade to 0.20170227
PR: 224151 Submitted by: Axel.Rau@Chaos1.DE (maintainer)
This commit is contained in:
parent
35f2f6a63f
commit
3683e0aaa6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456062
2 changed files with 18 additions and 20 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= twext
|
||||
PORTVERSION= 0.20160818
|
||||
PORTVERSION= 0.20170227
|
||||
CATEGORIES= devel python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
|
@ -10,33 +10,31 @@ COMMENT= Extensions to Twisted
|
|||
|
||||
LICENSE= APACHE20
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=15.4.0:devel/py-twisted@${FLAVOR}
|
||||
RUN_DEPENDS= \
|
||||
${PYTHON_PKGNAMEPREFIX}cffi>=0.6:devel/py-cffi@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}twisted>=15.4:devel/py-twisted@${FLAVOR}
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=16.6.0:devel/py-twisted@${FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=0.6:devel/py-cffi@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}twisted>=16.6:devel/py-twisted@${FLAVOR}
|
||||
|
||||
DAL_RUN_DEPENDS= \
|
||||
${PYTHON_PKGNAMEPREFIX}sqlparse01>=0.1.19:databases/py-sqlparse01@${FLAVOR} \
|
||||
|
||||
POSTGRES_RUN_DEPENDS= \
|
||||
${PYTHON_PKGNAMEPREFIX}pg8000>=1.10.2:databases/py-pg8000@${FLAVOR}
|
||||
|
||||
OPTIONS_DEFINE= DAL POSTGRES
|
||||
DAL_DESC= Enables use of the Database Abstraction Layer.
|
||||
POSTGRES= Enables support for Postgres database connectivity.
|
||||
OPTIONS_DEFINE= DAL POSTGRES
|
||||
OPTIONS_DEFAULT= DAL POSTGRES
|
||||
|
||||
DAL_DESC= Enables use of the Database Abstraction Layer.
|
||||
POSTGRES_DESC= Enables support for Postgres database connectivity.
|
||||
|
||||
DAL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlparse020>=0.2.0:databases/py-sqlparse020@${FLAVOR}
|
||||
POSTGRES_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pg8000>=1.10.2:databases/py-pg8000@${FLAVOR}
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
USES= python:2.7
|
||||
USE_PYTHON= distutils autoplist
|
||||
NO_ARCH=yes
|
||||
NO_ARCH= yes
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= apple
|
||||
GH_PROJECT= ccs-twistedextensions
|
||||
GH_TAGNAME= a8528bc
|
||||
GH_TAGNAME= 2c4046d
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|"{}a1+unknown".format(base_version)|"0.20160928"|' ${WRKSRC}/setup.py
|
||||
@${REINPLACE_CMD} -e 's|"{}a1+unknown".format(base_version)|"${PORTVERSION}"|' ${WRKSRC}/setup.py
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1479895744
|
||||
SHA256 (apple-ccs-twistedextensions-0.20160818-a8528bc_GH0.tar.gz) = b53ea069486a20b4b0f14a73ebc4f873376aa4aa497c81183ab4f1613d3b6ed4
|
||||
SIZE (apple-ccs-twistedextensions-0.20160818-a8528bc_GH0.tar.gz) = 269151
|
||||
TIMESTAMP = 1503863135
|
||||
SHA256 (apple-ccs-twistedextensions-0.20170227-2c4046d_GH0.tar.gz) = 63206d11e4477581bd3ecfd9dccdf88fdb7ec5a71526456bbc8e408423e61c66
|
||||
SIZE (apple-ccs-twistedextensions-0.20170227-2c4046d_GH0.tar.gz) = 270786
|
||||
|
|
Loading…
Reference in a new issue