From 0f558761aa2dee1017b4751e4017205e015a9560 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 29 Jun 2022 12:04:12 +0100 Subject: gentoo resync : 29.12.2022 --- dev-python/webob/Manifest | 2 +- dev-python/webob/webob-1.8.7-r1.ebuild | 34 ++++++++++++++++++++++++++++++++++ dev-python/webob/webob-1.8.7.ebuild | 29 ----------------------------- 3 files changed, 35 insertions(+), 30 deletions(-) create mode 100644 dev-python/webob/webob-1.8.7-r1.ebuild delete mode 100644 dev-python/webob/webob-1.8.7.ebuild (limited to 'dev-python/webob') diff --git a/dev-python/webob/Manifest b/dev-python/webob/Manifest index 8a2caa5b97d0..60896e81c078 100644 --- a/dev-python/webob/Manifest +++ b/dev-python/webob/Manifest @@ -1,3 +1,3 @@ DIST WebOb-1.8.7.tar.gz 278544 BLAKE2B 20d8b00f181f2966b918f106080907746dac33b64e75c31749bd774709ed8aa51024258240b89abddacb041073705410845993f93ecfa4b98a7a0fcb8a14e505 SHA512 ff6a1ce796a59d9c078dc908a0d6307a080230a5c806be2278eebcbb78016bed43067e78e3e4a6d72a5f51184c137e8267ac75cbb92b057db008b51a792ff489 -EBUILD webob-1.8.7.ebuild 720 BLAKE2B fc329fa8774d4f75d47b81246c79fe10624e1f315aec166b23c42632796bbad4dbcd897174a95b156b30b75b84cda7458c251c2a59cf0c05dac77539d9a243ed SHA512 1eed8e67d64191a88630ba41b702e873144c8108dc41172034635abe6a68c80fa2d0d0f8e703b4f8484b2c05b042c54d7444017ce33144b5b13cc2096537242a +EBUILD webob-1.8.7-r1.ebuild 822 BLAKE2B 9762f1a627a53271ab99372f2718049e92159168dd657e13b081d860cb1de0732fce7f7256beb49702a0c5b620f78749caabaa0f72a0edf427d0637231fdf48d SHA512 9427fdc1585eebd3a3065a5059bd63ade6af2bdc0cac6c75c07409ad0e23d257ea57634afd0e2dc682078e782d79a1ef95afa05ca5a9def43353f8ae278c0e0d MISC metadata.xml 445 BLAKE2B cdb3eff689afc9b236ff09ab4035cf30dbb1a22e26ece748bcb3fd4022b6cdfbf20e04213951f79b2259b2794104025dd7aca3f3348fe95bb032bb51c3f3f80a SHA512 6cfd7bbddb887bd8c64b34087ada4c9f099adeb765dbf935761b1dabb2fb4d2134e67062110399400e45070a8330ea63ff61a0af6b2c11d261f7cc0e894f5f7a diff --git a/dev-python/webob/webob-1.8.7-r1.ebuild b/dev-python/webob/webob-1.8.7-r1.ebuild new file mode 100644 index 000000000000..cef16dc02f0e --- /dev/null +++ b/dev-python/webob/webob-1.8.7-r1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( pypy3 python3_{8..11} ) + +inherit distutils-r1 + +MY_PN=WebOb +MY_P=${MY_PN}-${PV} + +DESCRIPTION="WSGI request and response object" +HOMEPAGE=" + https://webob.org/ + https://github.com/Pylons/webob/ + https://pypi.org/project/WebOb/ +" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" + +distutils_enable_sphinx docs 'dev-python/alabaster' +distutils_enable_tests pytest + +src_prepare() { + # py3.9 + sed -i -e 's:isAlive:is_alive:' tests/conftest.py || die + distutils-r1_src_prepare +} diff --git a/dev-python/webob/webob-1.8.7.ebuild b/dev-python/webob/webob-1.8.7.ebuild deleted file mode 100644 index ba47d746d75d..000000000000 --- a/dev-python/webob/webob-1.8.7.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( pypy3 python3_{8..10} ) - -inherit distutils-r1 - -MY_PN=WebOb -MY_P=${MY_PN}-${PV} - -DESCRIPTION="WSGI request and response object" -HOMEPAGE="https://webob.org/" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" -S="${WORKDIR}/${MY_P}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" - -distutils_enable_sphinx docs 'dev-python/alabaster' -distutils_enable_tests pytest - -src_prepare() { - # py3.9 - sed -i -e 's:isAlive:is_alive:' tests/conftest.py || die - distutils-r1_src_prepare -} -- cgit v1.2.3