pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-automat py-automat: updated to 0.8.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cad580c765b8
branches:  trunk
changeset: 409949:cad580c765b8
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jan 23 10:20:22 2020 +0000

description:
py-automat: updated to 0.8.0

v0.8.0:
Merge pull request 121 from markrwilliams/sphinx-uses-setuptools-scm
Retrieve Automat's version from the installed distribution.

diffstat:

 devel/py-automat/Makefile |   6 +++---
 devel/py-automat/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (36 lines):

diff -r 385a984937c8 -r cad580c765b8 devel/py-automat/Makefile
--- a/devel/py-automat/Makefile Thu Jan 23 10:11:44 2020 +0000
+++ b/devel/py-automat/Makefile Thu Jan 23 10:20:22 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2018/07/17 06:21:58 adam Exp $
+# $NetBSD: Makefile,v 1.4 2020/01/23 10:20:22 adam Exp $
 
-DISTNAME=      Automat-0.7.0
+DISTNAME=      Automat-0.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=A/Automat/}
@@ -19,7 +19,7 @@
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
-               ${MV} automat-visualize automat-visualize${PYVERSSUFFIX} || ${TRUE}
+       ${MV} automat-visualize automat-visualize${PYVERSSUFFIX} || ${TRUE}
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 385a984937c8 -r cad580c765b8 devel/py-automat/distinfo
--- a/devel/py-automat/distinfo Thu Jan 23 10:11:44 2020 +0000
+++ b/devel/py-automat/distinfo Thu Jan 23 10:20:22 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2018/07/17 06:21:58 adam Exp $
+$NetBSD: distinfo,v 1.4 2020/01/23 10:20:22 adam Exp $
 
-SHA1 (Automat-0.7.0.tar.gz) = b96a67647f5c1650f0e4cc39bed762fdc2ac90b4
-RMD160 (Automat-0.7.0.tar.gz) = 6d506f71e86c5d8b8de396c975347233d57377bd
-SHA512 (Automat-0.7.0.tar.gz) = a6f307d312a3ceb721071b5212297c73d2306894b5fafd39265578041a2859bd6f041ac43a654bdda4175a70a4e90e0db1ee35cd43fa620cd5c594b5d1988a74
-Size (Automat-0.7.0.tar.gz) = 61461 bytes
+SHA1 (Automat-0.8.0.tar.gz) = 06ab71507af0b39c4aad0ebebc9762e093856555
+RMD160 (Automat-0.8.0.tar.gz) = 47ebcfc9c49f75aaa6dadc2eeb97d942e1dac0bc
+SHA512 (Automat-0.8.0.tar.gz) = 2dbd4e784f65b02a8c93fc5f15236df3649d667a9792f6cac929dbac5d971495bdab4825df0fcd6817b9a9f79b7a5d8cfbdf8e4d18605f0761546b31b3091ad7
+Size (Automat-0.8.0.tar.gz) = 59687 bytes



Home | Main Index | Thread Index | Old Index