pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-rlp: import version 1.2.0
Module Name: pkgsrc-wip
Committed By: Pierre Pronchery <khorben%defora.org@localhost>
Pushed By: khorben
Date: Fri Sep 18 05:30:33 2020 +0200
Changeset: 1e659c7ef88d2a4a262b50fffb5588cee226f729
Modified Files:
Makefile
Added Files:
py-rlp/DESCR
py-rlp/Makefile
py-rlp/PLIST
py-rlp/distinfo
Log Message:
py-rlp: import version 1.2.0
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1e659c7ef88d2a4a262b50fffb5588cee226f729
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-rlp/DESCR | 23 +++++++++++++++++++++++
py-rlp/Makefile | 36 ++++++++++++++++++++++++++++++++++++
py-rlp/PLIST | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
py-rlp/distinfo | 6 ++++++
5 files changed, 115 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index a409a4895b..188a49d6a7 100644
--- a/Makefile
+++ b/Makefile
@@ -3916,6 +3916,7 @@ SUBDIR+= py-restkit
SUBDIR+= py-retrying
SUBDIR+= py-rf
SUBDIR+= py-rlcompleter2
+SUBDIR+= py-rlp
SUBDIR+= py-rogues
SUBDIR+= py-ropemode
SUBDIR+= py-rpaths
diff --git a/py-rlp/DESCR b/py-rlp/DESCR
new file mode 100644
index 0000000000..1e86a56137
--- /dev/null
+++ b/py-rlp/DESCR
@@ -0,0 +1,23 @@
+TODO: Adjust the following lines from README.md
+
+# pyrlp
+
+[![Build Status](https://travis-ci.org/ethereum/pyrlp.svg?branch=develop)](https://travis-ci.org/ethereum/pyrlp)
+[![Coverage Status](https://coveralls.io/repos/ethereum/pyrlp/badge.svg)](https://coveralls.io/r/ethereum/pyrlp)
+[![PyPI version](https://badge.fury.io/py/rlp.svg)](http://badge.fury.io/py/rlp)
+
+A Python implementation of Recursive Length Prefix encoding (RLP). You can find
+the specification of the standard in the
+[Ethereum wiki](https://github.com/ethereum/wiki/wiki/RLP) and the
+documentation of this package on
+[readthedocs](http://pyrlp.readthedocs.org/en/latest/).
+
+
+### Release setup
+
+For Debian-like systems:
+```
+apt install pandoc
+```
+
+...
diff --git a/py-rlp/Makefile b/py-rlp/Makefile
new file mode 100644
index 0000000000..f6e2cf802f
--- /dev/null
+++ b/py-rlp/Makefile
@@ -0,0 +1,36 @@
+# $NetBSD$
+
+GITHUB_PROJECT= pyrlp
+GITHUB_TAG= v1.2.0
+DISTNAME= v1.2.0
+PKGNAME= ${PYPKGPREFIX}-rlp-${DISTNAME:S,^v,,}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_GITHUB:=ethereum/}
+DIST_SUBDIR= ${GITHUB_PROJECT}
+
+MAINTAINER= khorben%defora.org@localhost
+HOMEPAGE= https://github.com/ethereum/pyrlp
+COMMENT= Recursive Length Prefix (RLP) encoding and decoding
+LICENSE= mit
+
+BUILD_DEPENDS+= ${PYPKGPREFIX}-bumpversion-[0-9]*:../../wip/py-bumpversion
+BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+BUILD_DEPENDS+= # TODO: pytest-xdist>=0
+BUILD_DEPENDS+= # TODO: pytest-watch>=4.1.0,<5
+BUILD_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+BUILD_DEPENDS+= ${PYPKGPREFIX}-ipython-[0-9]*:../../devel/py-ipython
+BUILD_DEPENDS+= ${PYPKGPREFIX}-twine-[0-9]*:../../net/py-twine
+BUILD_DEPENDS+= # TODO: pytest==3.3.2>=0
+BUILD_DEPENDS+= ${PYPKGPREFIX}-tox-[0-9]*:../../devel/py-tox
+BUILD_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
+BUILD_DEPENDS+= ${PYPKGPREFIX}-flake8-[0-9]*:../../devel/py-flake8
+BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
+BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx-rtd-theme-[0-9]*:../../textproc/py-sphinx-rtd-theme
+BUILD_DEPENDS+= # TODO: setuptools-markdown>=0
+DEPENDS+= ${PYPKGPREFIX}-eth-utils-[0-9]*:../../wip/py-eth-utils
+
+USE_LANGUAGES= # none
+
+# TODO: Migrate MASTER_SITES to MASTER_SITE_PYPI
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-rlp/PLIST b/py-rlp/PLIST
new file mode 100644
index 0000000000..80a8584bb0
--- /dev/null
+++ b/py-rlp/PLIST
@@ -0,0 +1,49 @@
+@comment $NetBSD$
+${PYSITELIB}/rlp-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/PKG-INFO
+${PYSITELIB}/rlp-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
+${PYSITELIB}/rlp-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
+${PYSITELIB}/rlp-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/not-zip-safe
+${PYSITELIB}/rlp-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/requires.txt
+${PYSITELIB}/rlp-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/top_level.txt
+${PYSITELIB}/rlp/__init__.py
+${PYSITELIB}/rlp/__init__.pyc
+${PYSITELIB}/rlp/__init__.pyo
+${PYSITELIB}/rlp/atomic.py
+${PYSITELIB}/rlp/atomic.pyc
+${PYSITELIB}/rlp/atomic.pyo
+${PYSITELIB}/rlp/codec.py
+${PYSITELIB}/rlp/codec.pyc
+${PYSITELIB}/rlp/codec.pyo
+${PYSITELIB}/rlp/exceptions.py
+${PYSITELIB}/rlp/exceptions.pyc
+${PYSITELIB}/rlp/exceptions.pyo
+${PYSITELIB}/rlp/lazy.py
+${PYSITELIB}/rlp/lazy.pyc
+${PYSITELIB}/rlp/lazy.pyo
+${PYSITELIB}/rlp/sedes/__init__.py
+${PYSITELIB}/rlp/sedes/__init__.pyc
+${PYSITELIB}/rlp/sedes/__init__.pyo
+${PYSITELIB}/rlp/sedes/big_endian_int.py
+${PYSITELIB}/rlp/sedes/big_endian_int.pyc
+${PYSITELIB}/rlp/sedes/big_endian_int.pyo
+${PYSITELIB}/rlp/sedes/binary.py
+${PYSITELIB}/rlp/sedes/binary.pyc
+${PYSITELIB}/rlp/sedes/binary.pyo
+${PYSITELIB}/rlp/sedes/boolean.py
+${PYSITELIB}/rlp/sedes/boolean.pyc
+${PYSITELIB}/rlp/sedes/boolean.pyo
+${PYSITELIB}/rlp/sedes/lists.py
+${PYSITELIB}/rlp/sedes/lists.pyc
+${PYSITELIB}/rlp/sedes/lists.pyo
+${PYSITELIB}/rlp/sedes/raw.py
+${PYSITELIB}/rlp/sedes/raw.pyc
+${PYSITELIB}/rlp/sedes/raw.pyo
+${PYSITELIB}/rlp/sedes/serializable.py
+${PYSITELIB}/rlp/sedes/serializable.pyc
+${PYSITELIB}/rlp/sedes/serializable.pyo
+${PYSITELIB}/rlp/sedes/text.py
+${PYSITELIB}/rlp/sedes/text.pyc
+${PYSITELIB}/rlp/sedes/text.pyo
+${PYSITELIB}/rlp/utils.py
+${PYSITELIB}/rlp/utils.pyc
+${PYSITELIB}/rlp/utils.pyo
diff --git a/py-rlp/distinfo b/py-rlp/distinfo
new file mode 100644
index 0000000000..2d0ebb90da
--- /dev/null
+++ b/py-rlp/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (pyrlp/v1.2.0.tar.gz) = bebc1163631e21b30b529c0058838b741fca5047
+RMD160 (pyrlp/v1.2.0.tar.gz) = 50abca33a77eedb2d7095fef6ab67de66b0485a9
+SHA512 (pyrlp/v1.2.0.tar.gz) = 19fe6ce84ad43111f74807f6d4dfdde6dfe58eec0a36cce111083cd03ae2766494a66d3b211cd3593783b5f03bf7471961ae346beb8bdd917539b83fff435abe
+Size (pyrlp/v1.2.0.tar.gz) = 38972 bytes
Home |
Main Index |
Thread Index |
Old Index