mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
devel/py-fabric: Update to 1.8.2
- Update to 1.8.2 - Simplify DISTNAME - Switch to standard `python setup.py test` for regression-test Changes: https://github.com/fabric/fabric/blob/1.8.2/docs/changelog.rst
This commit is contained in:
parent
5c9c35a01f
commit
a5ee30cafc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344544
@ -2,13 +2,12 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= fabric
|
||||
PORTVERSION= 1.8.1
|
||||
PORTVERSION= 1.8.2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= ${PORTNAME:C/f/F/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
|
||||
|
||||
DISTNAME= ${PORTNAME:C/f/F/}-${DISTVERSION}
|
||||
MAINTAINER= koobs@FreeBSD.org
|
||||
COMMENT= Simple pythonic remote deployment tool
|
||||
|
||||
@ -30,6 +29,6 @@ USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
|
||||
regression-test: build
|
||||
@cd ${WRKSRC} && nosetests -v
|
||||
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Fabric-1.8.1.tar.gz) = bf2b4a857e14ab5e555a4c287d2a26dc30e2f3d19a0e545df058e5c139019880
|
||||
SIZE (Fabric-1.8.1.tar.gz) = 220137
|
||||
SHA256 (Fabric-1.8.2.tar.gz) = ae810aee9114c5e7ef3ce7a0f6fb6293d1dfcfcfa846aa4e007f3ae42beaf62b
|
||||
SIZE (Fabric-1.8.2.tar.gz) = 251398
|
||||
|
Loading…
Reference in New Issue
Block a user