pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-pystache



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Nov 22 13:24:11 UTC 2022

Modified Files:
        pkgsrc/www/py-pystache: Makefile PLIST distinfo
Removed Files:
        pkgsrc/www/py-pystache/patches: patch-setup.py

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-pystache/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-pystache/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-pystache/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/www/py-pystache/patches/patch-setup.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-pystache/Makefile
diff -u pkgsrc/www/py-pystache/Makefile:1.5 pkgsrc/www/py-pystache/Makefile:1.6
--- pkgsrc/www/py-pystache/Makefile:1.5 Wed Jan  5 15:41:30 2022
+++ pkgsrc/www/py-pystache/Makefile     Tue Nov 22 13:24:11 2022
@@ -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_LANGUAGES=        # none
 
 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

Index: pkgsrc/www/py-pystache/PLIST
diff -u pkgsrc/www/py-pystache/PLIST:1.1 pkgsrc/www/py-pystache/PLIST:1.2
--- pkgsrc/www/py-pystache/PLIST:1.1    Tue Feb 14 07:33:27 2017
+++ pkgsrc/www/py-pystache/PLIST        Tue Nov 22 13:24:11 2022
@@ -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

Index: pkgsrc/www/py-pystache/distinfo
diff -u pkgsrc/www/py-pystache/distinfo:1.4 pkgsrc/www/py-pystache/distinfo:1.5
--- pkgsrc/www/py-pystache/distinfo:1.4 Mon Dec  6 14:17:03 2021
+++ pkgsrc/www/py-pystache/distinfo     Tue Nov 22 13:24:11 2022
@@ -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



Home | Main Index | Thread Index | Old Index