py-automat: updated to 0.7.0
0.7.0: Unknown changes.
This commit is contained in:
parent
d908e7e254
commit
c1abb139d4
2 changed files with 12 additions and 12 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.2 2017/05/20 06:11:21 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2018/07/17 06:21:58 adam Exp $
|
||||
|
||||
DISTNAME= Automat-0.6.0
|
||||
DISTNAME= Automat-0.7.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=A/Automat/}
|
||||
|
@ -10,16 +10,16 @@ HOMEPAGE= https://github.com/glyph/Automat
|
|||
COMMENT= Self-service finite-state machines for the programmer on the go
|
||||
LICENSE= mit
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
BUILD_DEPENDS+= ${PYPKGPREFIX}-m2r-[0-9]*:../../textproc/py-m2r
|
||||
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
|
||||
DEPENDS+= ${PYPKGPREFIX}-attrs-[0-9]*:../../devel/py-attrs
|
||||
DEPENDS+= ${PYPKGPREFIX}-attrs>=16.1.0:../../devel/py-attrs
|
||||
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
post-install:
|
||||
${MV} ${DESTDIR}${PREFIX}/bin/automat-visualize \
|
||||
${DESTDIR}${PREFIX}/bin/automat-visualize${PYVERSSUFFIX} || ${TRUE}
|
||||
cd ${DESTDIR}${PREFIX}/bin && \
|
||||
${MV} automat-visualize automat-visualize${PYVERSSUFFIX} || ${TRUE}
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.2 2017/05/20 06:11:21 adam Exp $
|
||||
$NetBSD: distinfo,v 1.3 2018/07/17 06:21:58 adam Exp $
|
||||
|
||||
SHA1 (Automat-0.6.0.tar.gz) = 69eefbc610ab3a81978c982a226358c50a614efe
|
||||
RMD160 (Automat-0.6.0.tar.gz) = 50c2605faa5ed82c540e38be79c5e9ebc061d1d8
|
||||
SHA512 (Automat-0.6.0.tar.gz) = 94f2fa06b0e0e1c0538bcf4bd9046ea40600a018bdd1da2d5bed479877807ad56e448c4f1d7ec87341f80013ae6c35b01201cbe3c4ecae1105419038ed43024d
|
||||
Size (Automat-0.6.0.tar.gz) = 31767 bytes
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue