Skip to content

Commit

Permalink
py-eth-typing: use PyPI; clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
adam committed Feb 7, 2021
1 parent 8d8f3f3 commit 4529050
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 30 deletions.
28 changes: 3 additions & 25 deletions finance/py-eth-typing/Makefile
Original file line number Diff line number Diff line change
@@ -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
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"
10 changes: 5 additions & 5 deletions finance/py-eth-typing/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4529050

Please sign in to comment.