add more older reqs reported by new test script:
- add transmissionrpc-0.11 - add stookalert-0.1.4 - downgrade smart-meter-texas-0.4.0 - update ephem-3.7.7.0 - update ephem-3.7.7.1 - add sharkiqpy-0.1.8 - add py-schluter-0.1.7 - add roonapi-0.0.22 - restore httplib2-0.10.3-r1 from archive (for dev-python/RtmAPI) - correct dep in RtmAPI-0.7.2-r1 - add pyfunctional-1.3.0, pyfunctional-1.4.1 - avri-api-0.1.7 added
This commit is contained in:
5
dev-python/pyfunctional/Manifest
Normal file
5
dev-python/pyfunctional/Manifest
Normal file
@@ -0,0 +1,5 @@
|
||||
DIST pyfunctional-1.3.0.tar.gz 62381 BLAKE2B 1e16e20b6e1756a2d1ad3494fcfe8ced54ad0a596ddf4d4fc992b39a9838748a8594632445541027517188840997549293e81097656c5f3dfe11c52ddddb7ef3 SHA512 ae04c252399063c86af0c83b13d893eb1bb7b8fd8e68d4f6a26aec0c90fac15563b58b82e31d7173e397c25d11743ce7c6b8f57e22bfadbfdf449ed6460736fc
|
||||
DIST pyfunctional-1.4.1.tar.gz 51678 BLAKE2B 16aa7d5de9796d3f0055781fb5f28981bbcac5a733ba2b8c8f21e74a2e6baeab17d2420dde525f03d7d422fe57e6fda46a5f6bab6de3675d06ac6bcde3226681 SHA512 419f416c0202b3c49c1bcc2bb3ca34536e9870409125a102705d247f7f336112e7b2d2c432b9c2f8bb1d7f505d9bf9c7d7af0bca77c80052e345e0290d166f81
|
||||
EBUILD pyfunctional-1.3.0.ebuild 966 BLAKE2B d1fece3ffbeb3ab9cec56079cd312d1aa2f3047443cb0d4b04e222b782dd4ef741db120b3af10b92842d6ebbf37327b1a470c8c2b3fc9b65ddaf63363c8be533 SHA512 18a7ad87aa90ae84bb4064931be09f671bcef2f7bdff94ab680112b987cfb48fa99739bfb0a9564008bd1d61cb5417a1f667f98c12225775070bd30f877f9fba
|
||||
EBUILD pyfunctional-1.4.1.ebuild 929 BLAKE2B 64f5cad6260b1ac8dd4c5e21526885a2ea75362deaba2787ae60a929799967a8d4180b81a0af6745ca4c3178550b6530abaf3b1352a82a3244ba68b27a69f13b SHA512 b171dea7e1710e7ebe1075e693d0304b827abe00fd89b8c5b5181317285d64636d4eb3f4e6f43f9da831714afa5f804094ec20b8590da606d8a53b0e91df295d
|
||||
MISC metadata.xml 451 BLAKE2B 8340db81aa06188b4f8fc9f901928bf0b40715f6cff72fe202dd772ef28cc7174d3098871013a6b403de1759e59df48e456ee8e86950a505ffee076a2609e58f SHA512 bcd53105a8951b0eb2c20777f852d245a5060841dd6819fd302aa69efff293efd9747b92bb08e721d98b71921e38a4af27627bb9f5479296da298d6ce3c4e9ea
|
||||
15
dev-python/pyfunctional/metadata.xml
Normal file
15
dev-python/pyfunctional/metadata.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">pyfunctional</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>me@pedro.ai</email>
|
||||
<name>Pedro Rodriguez</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
35
dev-python/pyfunctional/pyfunctional-1.3.0.ebuild
Normal file
35
dev-python/pyfunctional/pyfunctional-1.3.0.ebuild
Normal file
@@ -0,0 +1,35 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Package for creating data pipelines with chain functional programming"
|
||||
HOMEPAGE="https://github.com/EntilZha/PyFunctional https://pypi.org/project/pyfunctional/"
|
||||
MY_PN="PyFunctional"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S=${WORKDIR}/${MY_PN}-${PV}
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="<=dev-python/future-1.0.0[${PYTHON_USEDEP}]
|
||||
<=dev-python/six-2.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/dill-0.2.6[${PYTHON_USEDEP}]
|
||||
<=dev-python/tabulate-1.0.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
34
dev-python/pyfunctional/pyfunctional-1.4.1.ebuild
Normal file
34
dev-python/pyfunctional/pyfunctional-1.4.1.ebuild
Normal file
@@ -0,0 +1,34 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Package for creating data pipelines with chain functional programming"
|
||||
HOMEPAGE="https://github.com/EntilZha/PyFunctional https://pypi.org/project/pyfunctional/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
MY_PN="PyFunctional"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S=${WORKDIR}/${MY_PN}-${PV}
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=">=dev-python/dill-0.2.5[${PYTHON_USEDEP}]
|
||||
<dev-python/tabulate-1.0.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
Reference in New Issue
Block a user