On 2015-06-29 10:15, Stuart Henderson wrote:
Please zap the trailing . in py-test-runner/Makefile's COMMENT and
I would really prefer something that stands by itself in the DESCR
files ("the blessed package to manage your versions by scm tags",
"Adds a command to dynamically get the version from the VCS of
choice" - at least I think they should mention that they're for
use with setuptools). Otherwise OK.
COMMENT and DESCR cleaned up on all three. When looking over these again I found some other issues which I fixed. New tarball attached. py-jwt diff attached for completeness sake, but unchanged from previous e-mail. thanks, .jh
py-jwt-depends.tgz
Description: GNU Zip compressed data
Index: py-jwt/Makefile
===================================================================
RCS file: /cvs/ports/www/py-jwt/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 Makefile
--- py-jwt/Makefile 26 Jun 2015 07:35:50 -0000 1.1.1.1
+++ py-jwt/Makefile 29 Jun 2015 21:44:43 -0000
@@ -6,6 +6,8 @@ MODPY_EGG_VERSION = 1.3.0
DISTNAME = PyJWT-${MODPY_EGG_VERSION}
PKGNAME = py-jwt-${MODPY_EGG_VERSION}
CATEGORIES = www
+REVISION = 0
+
MAINTAINER = Johan Huldtgren <[email protected]>
HOMEPAGE = http://github.com/jpadilla/pyjwt
@@ -17,6 +19,8 @@ MODPY_PI = Yes
MODULES = lang/python
MODPY_SETUPTOOLS = Yes
+
+BUILD_DEPENDS = devel/py-test-runner
RUN_DEPENDS = security/py-cryptography
