mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
sysutils/py-plumbum: update to 1.6.7
- PyPI sources do not ship LICENSE_FILE or tests - ChangeLog: * Commands: Added run_* methods as an alternative to modifiers * CLI: Added support for ALLOW_ABREV * CLI: Added DESCRIPTION_MORE, preserves spacing * Color: Avoid throwing error in atexit in special cases (like pytest) * Smaller bugfixes and other testing improvements.
This commit is contained in:
parent
9d8e41ec8b
commit
882b210927
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=477485
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= plumbum
|
||||
PORTVERSION= 1.6.6
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.6.7
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= sysutils python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -17,8 +16,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_GITHUB= yes
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= tomerfiliba
|
||||
|
||||
do-test:
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1520791404
|
||||
SHA256 (tomerfiliba-plumbum-v1.6.6_GH0.tar.gz) = e2ec29db9095ed3feba3bf1a46ea00d5bcbda8e8ca06d0e9d387e66a28030e6e
|
||||
SIZE (tomerfiliba-plumbum-v1.6.6_GH0.tar.gz) = 296169
|
||||
TIMESTAMP = 1534582201
|
||||
SHA256 (tomerfiliba-plumbum-v1.6.7_GH0.tar.gz) = c940a45a5a2ab52d062dc33f2785fd6e704327026363b9d98acc700521bca44c
|
||||
SIZE (tomerfiliba-plumbum-v1.6.7_GH0.tar.gz) = 300859
|
||||
|
Loading…
Reference in New Issue
Block a user