diff options
author | adam <adam@pkgsrc.org> | 2021-02-07 20:04:59 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-02-07 20:04:59 +0000 |
commit | d053396ecfc16384d4db8b788475e43838d49572 (patch) | |
tree | 9328c64ba908e2a0d24dfa97e7213f9f80271431 /finance/py-eth-typing | |
parent | 309bf0367a6c9807a39b5c1021a38118f815515e (diff) | |
download | pkgsrc-d053396ecfc16384d4db8b788475e43838d49572.tar.gz |
py-eth-typing: PLIST fix; bump revision
Diffstat (limited to 'finance/py-eth-typing')
-rw-r--r-- | finance/py-eth-typing/Makefile | 3 | ||||
-rw-r--r-- | finance/py-eth-typing/PLIST | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/finance/py-eth-typing/Makefile b/finance/py-eth-typing/Makefile index 7f87e87dbb1..f37a4fe6e49 100644 --- a/finance/py-eth-typing/Makefile +++ b/finance/py-eth-typing/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2021/02/07 19:37:40 adam Exp $ +# $NetBSD: Makefile,v 1.6 2021/02/07 20:04:59 adam Exp $ DISTNAME= eth-typing-2.2.2 +PKGREVISION= 1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= finance python MASTER_SITES= ${MASTER_SITE_PYPI:=e/eth-typing/} diff --git a/finance/py-eth-typing/PLIST b/finance/py-eth-typing/PLIST index 1f64812ad2d..31c5238280f 100644 --- a/finance/py-eth-typing/PLIST +++ b/finance/py-eth-typing/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2020/09/28 23:47:31 khorben Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/02/07 20:04:59 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -29,4 +29,3 @@ ${PYSITELIB}/eth_typing/ethpm.pyo ${PYSITELIB}/eth_typing/evm.py ${PYSITELIB}/eth_typing/evm.pyc ${PYSITELIB}/eth_typing/evm.pyo -${PYSITELIB}/eth_typing/py.typed |