pkgsrc-Changes archive

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

CVS commit: pkgsrc/finance/py-eth-typing



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Feb  7 19:37:41 UTC 2021

Modified Files:
        pkgsrc/finance/py-eth-typing: Makefile distinfo

Log Message:
py-eth-typing: use PyPI; clean up


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/finance/py-eth-typing/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/finance/py-eth-typing/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/finance/py-eth-typing/Makefile
diff -u pkgsrc/finance/py-eth-typing/Makefile:1.4 pkgsrc/finance/py-eth-typing/Makefile:1.5
--- pkgsrc/finance/py-eth-typing/Makefile:1.4   Wed Nov 25 11:09:06 2020
+++ pkgsrc/finance/py-eth-typing/Makefile       Sun Feb  7 19:37:40 2021
@@ -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"

Index: pkgsrc/finance/py-eth-typing/distinfo
diff -u pkgsrc/finance/py-eth-typing/distinfo:1.1 pkgsrc/finance/py-eth-typing/distinfo:1.2
--- pkgsrc/finance/py-eth-typing/distinfo:1.1   Mon Sep 28 23:47:31 2020
+++ pkgsrc/finance/py-eth-typing/distinfo       Sun Feb  7 19:37:40 2021
@@ -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