Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-toml py-toml: updated to 0.10.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dfd66df087f1
branches:  trunk
changeset: 431497:dfd66df087f1
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu May 14 05:37:14 2020 +0000

description:
py-toml: updated to 0.10.1

0.10.1:
Update copyright notices

diffstat:

 textproc/py-toml/Makefile |   9 +++++++--
 textproc/py-toml/PLIST    |   5 ++++-
 textproc/py-toml/distinfo |  10 +++++-----
 3 files changed, 16 insertions(+), 8 deletions(-)

diffs (59 lines):

diff -r db09c027cdc9 -r dfd66df087f1 textproc/py-toml/Makefile
--- a/textproc/py-toml/Makefile Thu May 14 03:02:31 2020 +0000
+++ b/textproc/py-toml/Makefile Thu May 14 05:37:14 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2018/10/07 08:20:49 adam Exp $
+# $NetBSD: Makefile,v 1.2 2020/05/14 05:37:14 adam Exp $
 
-DISTNAME=      toml-0.10.0
+DISTNAME=      toml-0.10.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/toml/}
@@ -10,7 +10,12 @@
 COMMENT=       Python Library for Tom's Obvious, Minimal Language
 LICENSE=       mit
 
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+
 USE_LANGUAGES= # none
 
+do-test:
+       cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r db09c027cdc9 -r dfd66df087f1 textproc/py-toml/PLIST
--- a/textproc/py-toml/PLIST    Thu May 14 03:02:31 2020 +0000
+++ b/textproc/py-toml/PLIST    Thu May 14 05:37:14 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2018/10/07 08:20:49 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/05/14 05:37:14 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -6,6 +6,9 @@
 ${PYSITELIB}/toml/__init__.py
 ${PYSITELIB}/toml/__init__.pyc
 ${PYSITELIB}/toml/__init__.pyo
+${PYSITELIB}/toml/common.py
+${PYSITELIB}/toml/common.pyc
+${PYSITELIB}/toml/common.pyo
 ${PYSITELIB}/toml/decoder.py
 ${PYSITELIB}/toml/decoder.pyc
 ${PYSITELIB}/toml/decoder.pyo
diff -r db09c027cdc9 -r dfd66df087f1 textproc/py-toml/distinfo
--- a/textproc/py-toml/distinfo Thu May 14 03:02:31 2020 +0000
+++ b/textproc/py-toml/distinfo Thu May 14 05:37:14 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2018/10/07 08:20:49 adam Exp $
+$NetBSD: distinfo,v 1.2 2020/05/14 05:37:14 adam Exp $
 
-SHA1 (toml-0.10.0.tar.gz) = 53ac05074977ec92c5a3559d91c7cc9de649a440
-RMD160 (toml-0.10.0.tar.gz) = 8f619d6251935a9b17370ec8e0b71050d2937451
-SHA512 (toml-0.10.0.tar.gz) = 26f26c38ce9cd48305218c2c34c5a5407b00aefc25a933f044bb7be22c23cfdfa3b8cf2da952d17760c4b9038df62e405fa039cc7b63dd3e94c9c312f04f9182
-Size (toml-0.10.0.tar.gz) = 16719 bytes
+SHA1 (toml-0.10.1.tar.gz) = 1e1de9572d86421f71f1c93a67b100031444eca3
+RMD160 (toml-0.10.1.tar.gz) = 9223688105a04772bf18f1c9e103602afc73a409
+SHA512 (toml-0.10.1.tar.gz) = 9dc813f84b56bee6519c70efe49a834d6695c82d429f0b7cc6e6153a1fb14d3fb627dea24df2d2664354f27108389d51475609272d59fc7e4b64a2c17d74f33f
+Size (toml-0.10.1.tar.gz) = 19487 bytes



Home | Main Index | Thread Index | Old Index