Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Feb 2020 17:55:07 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525202 - head/sysutils/py-plumbum
Message-ID:  <202002041755.014Ht7G4094660@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Feb  4 17:55:07 2020
New Revision: 525202
URL: https://svnweb.freebsd.org/changeset/ports/525202

Log:
  Update to 1.6.8
  
  - Add NO_ARCH
  - Update WWW
  - Take maintainership
  
  Changes:	https://github.com/tomerfiliba/plumbum/releases

Modified:
  head/sysutils/py-plumbum/Makefile
  head/sysutils/py-plumbum/distinfo
  head/sysutils/py-plumbum/pkg-descr

Modified: head/sysutils/py-plumbum/Makefile
==============================================================================
--- head/sysutils/py-plumbum/Makefile	Tue Feb  4 17:55:02 2020	(r525201)
+++ head/sysutils/py-plumbum/Makefile	Tue Feb  4 17:55:07 2020	(r525202)
@@ -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>

Modified: head/sysutils/py-plumbum/distinfo
==============================================================================
--- head/sysutils/py-plumbum/distinfo	Tue Feb  4 17:55:02 2020	(r525201)
+++ head/sysutils/py-plumbum/distinfo	Tue Feb  4 17:55:07 2020	(r525202)
@@ -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

Modified: head/sysutils/py-plumbum/pkg-descr
==============================================================================
--- head/sysutils/py-plumbum/pkg-descr	Tue Feb  4 17:55:02 2020	(r525201)
+++ head/sysutils/py-plumbum/pkg-descr	Tue Feb  4 17:55:07 2020	(r525202)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002041755.014Ht7G4094660>