Update to 0.8.0
Changes: https://github.com/twisted/epsilon/releases https://github.com/twisted/epsilon/blob/master/NEWS.rst
This commit is contained in:
parent
5e308f4109
commit
c605987478
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=554233
3 changed files with 9 additions and 8 deletions
|
@ -2,12 +2,10 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= epsilon
|
||||
PORTVERSION= 0.7.3
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.8.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= Epsilon-${PORTVERSION}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Set of Python utility modules used by DivMod projects
|
||||
|
@ -15,7 +13,8 @@ COMMENT= Set of Python utility modules used by DivMod projects
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=0.13:security/py-openssl@${PY_FLAVOR} \
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4:devel/py-setuptools_scm@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.12.0:devel/py-six@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}twisted>=13.2.0:devel/py-twisted@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR}
|
||||
|
||||
|
@ -27,4 +26,7 @@ NO_ARCH= yes
|
|||
# bin/benchmark
|
||||
CONFLICTS_INSTALL= brlcad
|
||||
|
||||
post-patch:
|
||||
@${ECHO_CMD} 'setuptools.setup()' > ${WRKSRC}/setup.py
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1532809998
|
||||
SHA256 (Epsilon-0.7.3.tar.gz) = 1289b96b799b58ea764f08e2e971266c08895975f64143818d848484199a9c39
|
||||
SIZE (Epsilon-0.7.3.tar.gz) = 104170
|
||||
TIMESTAMP = 1604480736
|
||||
SHA256 (epsilon-0.8.0.tar.gz) = 891e7bf2179f9517d31cf1b44e530467b034e01c814eac2358694ef6a827d5c5
|
||||
SIZE (epsilon-0.8.0.tar.gz) = 92444
|
||||
|
|
|
@ -12,5 +12,4 @@ Currently included:
|
|||
- A featureful Version class.
|
||||
- A formal system for application of monkey-patches.
|
||||
|
||||
WWW: https://pypi.org/project/Epsilon/
|
||||
WWW: https://github.com/twisted/epsilon
|
||||
|
|
Loading…
Reference in a new issue