databases/py-carbon: Update version 1.1.8=>1.1.10
- Take MAINTAINERSHIP - Pet portclippy Relnotes: https://graphite.readthedocs.io/en/latest/releases/1_1_10.html
This commit is contained in:
parent
7afff9ac05
commit
ca57a02ed2
2 changed files with 10 additions and 10 deletions
|
@ -1,11 +1,11 @@
|
|||
# Created by: Evan Sarmiento <bsdports@wayfair.com>
|
||||
|
||||
PORTNAME= carbon
|
||||
PORTVERSION= 1.1.8
|
||||
PORTVERSION= 1.1.10
|
||||
CATEGORIES= databases python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= bofh@FreeBSD.org
|
||||
COMMENT= Backend storage application for graphite
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
@ -13,21 +13,21 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cachetools>=1.1.0:devel/py-cachetools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}service_identity>=0:security/py-service_identity@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}twisted>=13.2.0:devel/py-twisted@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}txamqp>=0.3:net/py-txamqp@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}urllib3>=0:net/py-urllib3@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}whisper>=0.9.10:databases/py-whisper@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= distutils py3kplist
|
||||
USE_RC_SUBR= carbon
|
||||
USES= python:3.5-3.8
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= graphite-project
|
||||
USE_PYTHON= distutils py3kplist
|
||||
USE_RC_SUBR= carbon
|
||||
|
||||
MAKE_ENV= GRAPHITE_NO_PREFIX=yes
|
||||
SUB_LIST= PYTHON_CMD=${PYTHON_CMD}
|
||||
|
||||
NO_ARCH= yes
|
||||
SUB_LIST= PYTHON_CMD=${PYTHON_CMD}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/setup.py
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1618863185
|
||||
SHA256 (graphite-project-carbon-1.1.8_GH0.tar.gz) = 88040b06ff50d111c7b237b4fedbc90173c51c3be7b66dda5a2369165c11df47
|
||||
SIZE (graphite-project-carbon-1.1.8_GH0.tar.gz) = 99421
|
||||
TIMESTAMP = 1654145258
|
||||
SHA256 (graphite-project-carbon-1.1.10_GH0.tar.gz) = 1916df4d51f4260baee0d0665aae8c75e3350f0fcb826e26514c0abfe2d74f15
|
||||
SIZE (graphite-project-carbon-1.1.10_GH0.tar.gz) = 99444
|
||||
|
|
Loading…
Reference in a new issue