From d1dccd663e7ca62be2ea8602899a15700d7fbb7e Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [feature/flatten]" Date: Mon, 27 Jul 2020 18:49:05 +0000 Subject: Updating liguros repo --- dev-python/cheroot/cheroot-8.3.0-r1.ebuild | 2 +- dev-python/pipenv/Manifest | 2 +- dev-python/pipenv/metadata.xml | 15 ++++-- dev-python/pipenv/pipenv-2020.4.1_beta1.ebuild | 46 ------------------ dev-python/pipenv/pipenv-2020.6.2.ebuild | 50 ++++++++++++++++++++ dev-python/rosdistro/Manifest | 1 + dev-python/rosdistro/rosdistro-0.8.2.ebuild | 54 ++++++++++++++++++++++ dev-python/rospkg/Manifest | 1 + dev-python/rospkg/rospkg-1.2.8.ebuild | 52 +++++++++++++++++++++ dev-python/rospkg/rospkg-9999.ebuild | 4 +- .../tubes/files/remove-unnecessary-dep.patch | 24 ++++++++++ dev-python/tubes/metadata.xml | 17 +++---- dev-python/tubes/tubes-0.2.0-r1.ebuild | 27 +++++++++++ dev-python/tubes/tubes-0.2.0.ebuild | 33 ------------- dev-python/wcwidth/wcwidth-0.2.2-r1.ebuild | 2 +- 15 files changed, 233 insertions(+), 97 deletions(-) delete mode 100644 dev-python/pipenv/pipenv-2020.4.1_beta1.ebuild create mode 100644 dev-python/pipenv/pipenv-2020.6.2.ebuild create mode 100644 dev-python/rosdistro/rosdistro-0.8.2.ebuild create mode 100644 dev-python/rospkg/rospkg-1.2.8.ebuild create mode 100644 dev-python/tubes/files/remove-unnecessary-dep.patch create mode 100644 dev-python/tubes/tubes-0.2.0-r1.ebuild delete mode 100644 dev-python/tubes/tubes-0.2.0.ebuild (limited to 'dev-python') diff --git a/dev-python/cheroot/cheroot-8.3.0-r1.ebuild b/dev-python/cheroot/cheroot-8.3.0-r1.ebuild index 22b404d5215a..f7c37a0adaf9 100644 --- a/dev-python/cheroot/cheroot-8.3.0-r1.ebuild +++ b/dev-python/cheroot/cheroot-8.3.0-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/C/${PN/c/C}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~x86" RDEPEND=" >=dev-python/six-1.11.0[${PYTHON_USEDEP}] diff --git a/dev-python/pipenv/Manifest b/dev-python/pipenv/Manifest index 6f446f94a2e2..85e36860fe58 100644 --- a/dev-python/pipenv/Manifest +++ b/dev-python/pipenv/Manifest @@ -1 +1 @@ -DIST pipenv-2020.4.1_beta1.tar.gz 11331009 BLAKE2B 55ac81238b885bdf0293199ca1caf44a78f3cdbec75c9df259411b949dec8b385161e7ef46160ca099ef51041410d8c5d1274ad200eba5c2a9d06c8a5f61c5f1 SHA512 a5de90ae9910a30666ac7323ccf83b78ee11d8993aef1a2108a44f4256d365d0c1abfff72c83748ef82215914931090c670a10eeb511cb48483762b54c80e5c7 +DIST pipenv-2020.6.2.tar.gz 11571734 BLAKE2B bc50535f215b11d284eeec546722a144cfdfeeab6abab8eae51c727c054865f274ac970dc61c23cce7db19ac28a77e44a84453743ba2dc75068feb3a47a19190 SHA512 671765b9e77a18039668eb500989de45c8bd4f15948ee914eb241985098562ebd382168a535a449ac5d216f07327b6787eb8f828b5a6499ef6e77fe5a036441e diff --git a/dev-python/pipenv/metadata.xml b/dev-python/pipenv/metadata.xml index f1fa3c532cf9..d84d0564dd4a 100644 --- a/dev-python/pipenv/metadata.xml +++ b/dev-python/pipenv/metadata.xml @@ -1,12 +1,19 @@ - + + oz.tiram@gmail.com + Oz Tiram + + + proxy-maint@gentoo.org + Proxy Maintainers + pipenv - - me@kennethreitz.org - Kenneth Reitz + + distutils-sig@python.org + Python Packaging Authority gentoo-staging diff --git a/dev-python/pipenv/pipenv-2020.4.1_beta1.ebuild b/dev-python/pipenv/pipenv-2020.4.1_beta1.ebuild deleted file mode 100644 index 9a6edb8635af..000000000000 --- a/dev-python/pipenv/pipenv-2020.4.1_beta1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{5,6,7,8,9} ) - -inherit distutils-r1 - -MY_PV=${PV/_beta/b} -DESCRIPTION="Python Development Workflow for Humans" -HOMEPAGE="https://github.com/pypa/pipenv https://pypi.org/project/pipenv/" -SRC_URI="https://github.com/pypa/pipenv/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="test" - -RDEPEND=" - dev-python/certifi[${PYTHON_USEDEP}] - >=dev-python/pip-18.0[${PYTHON_USEDEP}] - dev-python/virtualenv[${PYTHON_USEDEP}] - >=dev-python/virtualenv-clone-0.2.5[${PYTHON_USEDEP}] - >=dev-python/setuptools-36.2.1[${PYTHON_USEDEP}]" -DEPEND="test? ( - ${RDEPEND} - dev-python/flaky[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - - bolson@bolson.org - Brian Olson + glyph@twistedmatrix.com + glyph - cbor - bodhisnarkva/cbor + Tubes + twisted/tubes - This library provides encoding and decoding for the -Concise Binary Object Representation (CBOR) (RFC 7049) serialization format. -It is implemented in pure python with an optional C backend and is compatible -with versions 2.7 through to 3.8. On cPython>=3.3 cbor2 can use a built in C -module for performance similar to how pickle wraps the _pickle C module in the -Python Standard Library. + Presently based primarily on Twisted, its core data + structures are fairly framework-agnostic and could be repurposed to work + with any event-driven container. gentoo-staging diff --git a/dev-python/tubes/tubes-0.2.0-r1.ebuild b/dev-python/tubes/tubes-0.2.0-r1.ebuild new file mode 100644 index 000000000000..90fba2d38031 --- /dev/null +++ b/dev-python/tubes/tubes-0.2.0-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{5,6,7,8,9} ) + +DISTUTILS_USE_SETUPTOOLS="rdepend" +inherit distutils-r1 + +DESCRIPTION="Flow control and backpressure for event-driven applications" +HOMEPAGE="https://github.com/twisted/tubes https://pypi.org/project/Tubes/" +SRC_URI="https://github.com/twisted/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 " + +DEPEND=" + dev-python/six[${PYTHON_USEDEP}] + dev-python/twisted[${PYTHON_USEDEP}] +" + +RDEPEND="${DEPEND}" + +PATCHES=( "$FILESDIR/remove-unnecessary-dep.patch") + +distutils_enable_tests pytest diff --git a/dev-python/tubes/tubes-0.2.0.ebuild b/dev-python/tubes/tubes-0.2.0.ebuild deleted file mode 100644 index c22f5e2a5b83..000000000000 --- a/dev-python/tubes/tubes-0.2.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{5,6,7,8,9} ) - -DISTUTILS_USE_SETUPTOOLS="rdepend" -inherit distutils-r1 - -DESCRIPTION="Flow control and backpressure for event-driven applications" -HOMEPAGE="https://github.com/twisted/tubes https://pypi.org/project/Tubes/" -SRC_URI="https://github.com/twisted/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -IUSE="test" -RESTRICT="!test? ( test )" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 " - -DEPEND=" - dev-python/six[${PYTHON_USEDEP}] - dev-python/twisted[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - ) -" - -RDEPEND="${DEPEND}" - -distutils_enable_tests pytest diff --git a/dev-python/wcwidth/wcwidth-0.2.2-r1.ebuild b/dev-python/wcwidth/wcwidth-0.2.2-r1.ebuild index d130d1884268..bfd90ccf1878 100644 --- a/dev-python/wcwidth/wcwidth-0.2.2-r1.ebuild +++ b/dev-python/wcwidth/wcwidth-0.2.2-r1.ebuild @@ -15,7 +15,7 @@ SRC_URI=" SLOT="0" LICENSE="MIT" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux" RDEPEND=" $(python_gen_cond_dep ' -- cgit v1.3.1