pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-PasteDeploy py-PasteDeploy: updated to 2.0.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7fc54bea23bd
branches:  trunk
changeset: 316523:7fc54bea23bd
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Dec 14 13:29:28 2018 +0000

description:
py-PasteDeploy: updated to 2.0.1

2.0.1
Unknown changes

2.0.0
Python 3 deprecation warning cleanups
Moved code to GitHub under the Pylons Project.
Moved documentation under the Pylons Project, hosted by Read the Docs at https://docs.pylonsproject.org/projects/pastedeploy/en/latest/

diffstat:

 www/py-PasteDeploy/Makefile |  13 +++++++++----
 www/py-PasteDeploy/distinfo |  10 +++++-----
 2 files changed, 14 insertions(+), 9 deletions(-)

diffs (42 lines):

diff -r 0843933552b2 -r 7fc54bea23bd www/py-PasteDeploy/Makefile
--- a/www/py-PasteDeploy/Makefile       Fri Dec 14 13:16:26 2018 +0000
+++ b/www/py-PasteDeploy/Makefile       Fri Dec 14 13:29:28 2018 +0000
@@ -1,14 +1,19 @@
-# $NetBSD: Makefile,v 1.8 2017/09/04 18:01:03 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2018/12/14 13:29:28 adam Exp $
 
-DISTNAME=      PasteDeploy-1.5.2
+DISTNAME=      PasteDeploy-2.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=    www
+CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=P/PasteDeploy/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-#HOMEPAGE=     http://pythonpaste.org/
+HOMEPAGE=      https://github.com/Pylons/pastedeploy/
 COMMENT=       Load, configure, and compose WSGI applications and servers
 LICENSE=       mit
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+
+USE_LANGUAGES= # none
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 0843933552b2 -r 7fc54bea23bd www/py-PasteDeploy/distinfo
--- a/www/py-PasteDeploy/distinfo       Fri Dec 14 13:16:26 2018 +0000
+++ b/www/py-PasteDeploy/distinfo       Fri Dec 14 13:29:28 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/11/04 02:47:23 agc Exp $
+$NetBSD: distinfo,v 1.4 2018/12/14 13:29:28 adam Exp $
 
-SHA1 (PasteDeploy-1.5.2.tar.gz) = 8f7676287c880df164d5659a7da28cf6ee9b039e
-RMD160 (PasteDeploy-1.5.2.tar.gz) = e81b3ab8118bee9b9e06072ba1b804494c85b30e
-SHA512 (PasteDeploy-1.5.2.tar.gz) = 03147b2e735f4504b928066d35f46e7d19a49b85afc506b793fba69c8827a4d5b8185074bdd4a963ac392cc104f5a608d1db9a3538d7d3239da5febcbff4ccab
-Size (PasteDeploy-1.5.2.tar.gz) = 24006 bytes
+SHA1 (PasteDeploy-2.0.1.tar.gz) = 2142f8fcdf64f4f26bc60e5c7b3ae53134a11dd3
+RMD160 (PasteDeploy-2.0.1.tar.gz) = 74deee74374af3fc3d99010073288d9caa7ef979
+SHA512 (PasteDeploy-2.0.1.tar.gz) = 24d619f9cec689d26322ea2643082ff02de74092bead103ab3052b330d267fea604cd351f09554ed8e7c0b91b913d1a11f4f4220cda8fbab2419926a4ccf92d0
+Size (PasteDeploy-2.0.1.tar.gz) = 13756 bytes



Home | Main Index | Thread Index | Old Index