pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-pystache py-pystache: updated to 0.6.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/727c54d626a1
branches: trunk
changeset: 388549:727c54d626a1
user: adam <adam%pkgsrc.org@localhost>
date: Tue Nov 22 13:24:11 2022 +0000
description:
py-pystache: updated to 0.6.0
0.6.0 (2021-03-04)
------------------
- Bump spec versions to latest => v1.1.3
- Modernize python and CI tools, update docs/doctests
- Update unicode conversion test for py3-only
- Add pep8speaks cfg, cleanup warnings
- Remove superfluous setup test/unused imports
- Add conda recipe/CI build
diffstat:
www/py-pystache/Makefile | 8 +++-----
www/py-pystache/PLIST | 4 +++-
www/py-pystache/distinfo | 9 ++++-----
www/py-pystache/patches/patch-setup.py | 19 -------------------
4 files changed, 10 insertions(+), 30 deletions(-)
diffs (79 lines):
diff -r a056e3aa5b13 -r 727c54d626a1 www/py-pystache/Makefile
--- a/www/py-pystache/Makefile Tue Nov 22 13:19:55 2022 +0000
+++ b/www/py-pystache/Makefile Tue Nov 22 13:24:11 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2022/01/05 15:41:30 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2022/11/22 13:24:11 adam Exp $
-DISTNAME= pystache-0.5.4
+DISTNAME= pystache-0.6.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pystache/}
@@ -15,8 +14,7 @@
USE_PKG_RESOURCES= yes
-post-extract:
- cd ${WRKSRC} && 2to3-${PYVERSSUFFIX} -w --no-diffs pystache
+PYTHON_VERSIONS_INCOMPATIBLE= 27
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} test_pystache.py
diff -r a056e3aa5b13 -r 727c54d626a1 www/py-pystache/PLIST
--- a/www/py-pystache/PLIST Tue Nov 22 13:19:55 2022 +0000
+++ b/www/py-pystache/PLIST Tue Nov 22 13:24:11 2022 +0000
@@ -1,11 +1,13 @@
-@comment $NetBSD: PLIST,v 1.1 2017/02/14 07:33:27 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/11/22 13:24:11 adam Exp $
bin/pystache
bin/pystache-test
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/zip-safe
${PYSITELIB}/pystache/__init__.py
${PYSITELIB}/pystache/__init__.pyc
${PYSITELIB}/pystache/__init__.pyo
diff -r a056e3aa5b13 -r 727c54d626a1 www/py-pystache/distinfo
--- a/www/py-pystache/distinfo Tue Nov 22 13:19:55 2022 +0000
+++ b/www/py-pystache/distinfo Tue Nov 22 13:24:11 2022 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/12/06 14:17:03 wiz Exp $
+$NetBSD: distinfo,v 1.5 2022/11/22 13:24:11 adam Exp $
-BLAKE2s (pystache-0.5.4.tar.gz) = 5dd976b9ed5fb277d5cb8385fa57e5b4d3d792d83ae3eaba5da8464a6ecce2b9
-SHA512 (pystache-0.5.4.tar.gz) = 4ac325e1431f58f740218c9ec309821db82d89989ef4ca7fc3536dea0ef1c90e8e85ebaa7df27f33129ca02252b84bcbd7429a1ed999b496f62f174dd66502cb
-Size (pystache-0.5.4.tar.gz) = 75131 bytes
-SHA1 (patch-setup.py) = 401a8d1196a0f0bd870c833671494de9a3902d97
+BLAKE2s (pystache-0.6.0.tar.gz) = 0c302dbf0fc82b1ec92e619e859d63d9ef580c4492c079ffa5eb8b6772638fb3
+SHA512 (pystache-0.6.0.tar.gz) = 802e12795c3ae08fbde37c9e266a60478d46d55a42e2fc339389b664edf3c5ebb2e34069546b820789ad48ed9921f4a2b89f82bb37e72e94846eec0a9ba1568c
+Size (pystache-0.6.0.tar.gz) = 78240 bytes
diff -r a056e3aa5b13 -r 727c54d626a1 www/py-pystache/patches/patch-setup.py
--- a/www/py-pystache/patches/patch-setup.py Tue Nov 22 13:19:55 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-$NetBSD: patch-setup.py,v 1.1 2021/12/06 14:17:03 wiz Exp $
-
-Fix build with latest setuptools.
-
---- setup.py.orig 2014-05-12 12:15:34.000000000 +0000
-+++ setup.py
-@@ -351,12 +351,6 @@ def get_extra_args():
-
- """
- extra = {}
-- # TODO: it might be more correct to check whether we are using
-- # Distribute instead of setuptools, since use_2to3 doesn't take
-- # effect when using Python 2, even when using Distribute.
-- if py_version >= (3, ):
-- # Causes 2to3 to be run during the build step.
-- extra['use_2to3'] = True
-
- return extra
-
Home |
Main Index |
Thread Index |
Old Index