pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/finance/py-eth-typing py-eth-typing: use PyPI; clean up



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5d12fb43102d
branches:  trunk
changeset: 446363:5d12fb43102d
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Feb 07 19:37:40 2021 +0000

description:
py-eth-typing: use PyPI; clean up

diffstat:

 finance/py-eth-typing/Makefile |  28 +++-------------------------
 finance/py-eth-typing/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 30 deletions(-)

diffs (62 lines):

diff -r edc99421aff4 -r 5d12fb43102d finance/py-eth-typing/Makefile
--- a/finance/py-eth-typing/Makefile    Sun Feb 07 19:28:11 2021 +0000
+++ b/finance/py-eth-typing/Makefile    Sun Feb 07 19:37:40 2021 +0000
@@ -1,40 +1,18 @@
-# $NetBSD: Makefile,v 1.4 2020/11/25 11:09:06 nia Exp $
+# $NetBSD: Makefile,v 1.5 2021/02/07 19:37:40 adam Exp $
 
 DISTNAME=      eth-typing-2.2.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    finance python
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=ethereum/}
-GITHUB_PROJECT=        eth-typing
-GITHUB_TAG=    v${PKGVERSION_NOREV}
-DIST_SUBDIR=   ${GITHUB_PROJECT}
+MASTER_SITES=  ${MASTER_SITE_PYPI:=e/eth-typing/}
 
 MAINTAINER=    khorben%defora.org@localhost
 HOMEPAGE=      https://github.com/ethereum/eth-typing
 COMMENT=       Common type annotations for ethereum python packages
 LICENSE=       mit
 
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-bump2version-[0-9]*:../../devel/py-bump2version
-#BUILD_DEPENDS+=       # TODO: pytest-watch>=4.1.0,<5
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-twine-[0-9]*:../../net/py-twine
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-ipython-[0-9]*:../../devel/py-ipython
-#BUILD_DEPENDS+=       # TODO: pytest>=4.4,<4.5
-#BUILD_DEPENDS+=       # TODO: pytest-xdist>=0
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-tox-[0-9]*:../../devel/py-tox
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-flake8-[0-9]*:../../devel/py-flake8
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-isort-[0-9]*:../../devel/py-isort
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-mypy-[0-9]*:../../lang/py-mypy
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-docstyle-[0-9]*:../../devel/py-docstyle
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-sphinx-rtd-theme-[0-9]*:../../textproc/py-sphinx-rtd-theme
-
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-bump2version py-mypy py-twine
-# 'ascii' codec can't decode byte 0xe2
-PYTHON_VERSIONS_INCOMPATIBLE+= 36
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-# TODO: Migrate MASTER_SITES to MASTER_SITE_PYPI
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r edc99421aff4 -r 5d12fb43102d finance/py-eth-typing/distinfo
--- a/finance/py-eth-typing/distinfo    Sun Feb 07 19:28:11 2021 +0000
+++ b/finance/py-eth-typing/distinfo    Sun Feb 07 19:37:40 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/09/28 23:47:31 khorben Exp $
+$NetBSD: distinfo,v 1.2 2021/02/07 19:37:40 adam Exp $
 
-SHA1 (eth-typing/eth-typing-2.2.2.tar.gz) = bc0db53d54b08c94ca3a270166d24d055a52347e
-RMD160 (eth-typing/eth-typing-2.2.2.tar.gz) = c34b4a2432255bf2d9187ec9c01221e2ea739d99
-SHA512 (eth-typing/eth-typing-2.2.2.tar.gz) = ea6b31ec3fb7b79428b869b8e90b9dac11068206231e9d4c85e4d925b812f3db2773967d8bdfc3c8560c190d8c8c7d41458d35fa3f3893aa836c531e08a70aa0
-Size (eth-typing/eth-typing-2.2.2.tar.gz) = 15043 bytes
+SHA1 (eth-typing-2.2.2.tar.gz) = 2aad0084f49f44d0903a6f801af33ce5397b2159
+RMD160 (eth-typing-2.2.2.tar.gz) = 35da4506b5f91f96022df3d14c8c18f0c0bf0c67
+SHA512 (eth-typing-2.2.2.tar.gz) = 79185a1a940b776cc350c6b5e3506d6fa27a3cc6d8ea233f59e9b1696589c62f8af777f0b9d90be6ba4045cc456cd0ab972a12c67120ddb2d302cb111e82dffe
+Size (eth-typing-2.2.2.tar.gz) = 5378 bytes



Home | Main Index | Thread Index | Old Index