mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
Update to 1.6.8
- Add NO_ARCH - Update WWW - Take maintainership Changes: https://github.com/tomerfiliba/plumbum/releases
This commit is contained in:
parent
415c8d5826
commit
13cd9270c3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=525202
@ -2,25 +2,20 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= plumbum
|
||||
PORTVERSION= 1.6.7
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTVERSION= 1.6.8
|
||||
CATEGORIES= sysutils python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
MASTER_SITES= CHEESESHOP
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Shell combinators and more for Python
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Shell combinators library
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= tomerfiliba
|
||||
|
||||
do-test:
|
||||
@(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test)
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1534582201
|
||||
SHA256 (tomerfiliba-plumbum-v1.6.7_GH0.tar.gz) = c940a45a5a2ab52d062dc33f2785fd6e704327026363b9d98acc700521bca44c
|
||||
SIZE (tomerfiliba-plumbum-v1.6.7_GH0.tar.gz) = 300859
|
||||
TIMESTAMP = 1580830473
|
||||
SHA256 (plumbum-1.6.8.tar.gz) = 8571f2f9657e00dc22549d9e92db3fdec5674bf509fe60c5c9b4081fd8f6ab92
|
||||
SIZE (plumbum-1.6.8.tar.gz) = 96826
|
||||
|
@ -1,14 +1,14 @@
|
||||
Ever wished the compactness of shell scripts be put into a real programming
|
||||
language? Say hello to Plumbum Shell Combinators. Plumbum (Latin for lead,
|
||||
which was used to create pipes back in the day) is a small yet feature-rich
|
||||
library for shell script-like programs in Python. The motto of the library is
|
||||
"Never write shell scripts again", and thus it attempts to mimic the shell
|
||||
syntax (shell combinators) where it makes sense, while keeping it all Pythonic
|
||||
and cross-platform.
|
||||
language? Say hello to Plumbum Shell Combinators. Plumbum (Latin for lead, which
|
||||
was used to create pipes back in the day) is a small yet feature-rich library
|
||||
for shell script-like programs in Python. The motto of the library is "Never
|
||||
write shell scripts again", and thus it attempts to mimic the shell syntax
|
||||
("shell combinators") where it makes sense, while keeping it all Pythonic and
|
||||
cross-platform.
|
||||
|
||||
Apart from shell-like syntax and handy shortcuts, the library provides local
|
||||
and remote command execution (over SSH), local and remote file-system paths,
|
||||
easy working-directory and environment manipulation, and a programmatic
|
||||
Command-Line Interface (CLI) application toolkit. Now let's see some code!
|
||||
Apart from shell-like syntax and handy shortcuts, the library provides local and
|
||||
remote command execution (over SSH), local and remote file-system paths, easy
|
||||
working-directory and environment manipulation, and a programmatic Command-Line
|
||||
Interface (CLI) application toolkit. Now let's see some code!
|
||||
|
||||
WWW: http://plumbum.readthedocs.org/en/latest/
|
||||
WWW: https://github.com/tomerfiliba/plumbum
|
||||
|
Loading…
Reference in New Issue
Block a user