mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/wrapt: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,5 +1,2 @@
|
||||
DIST wrapt-1.17.3.gh.tar.gz 140900 BLAKE2B 88c4cd718cd98a97c866c4f0b9f7e095347fe6fa5fed60c54e389329c89f9f07099c8fb79561cf5e12c19c44a4067d81e805c55b54a74429e6b75913dedd6b3f SHA512 1a1f7419f20faa461a9e23ad09cc98d381ef2c48b3b24ed1dfe98d42d16857a958252301e78dd41b7fa8ef37eea379f9244cace2b396b49718c44cbc701308a3
|
||||
DIST wrapt-2.0.0.gh.tar.gz 183430 BLAKE2B 63a9a28cf2b757c1778c55205509eb0dd1b1cec670d8495db1f8ae3ae0a89166f7c40ca73cdf52c1b5b7a7ab499fae540aa1bc6966c52a8319834ca050d19946 SHA512 bd9386946b4e09bdfde42fefb075310d881d8a98ab5194f20244716703db1015f0aed29bddc6d30ffbe55e1ed54c11110b26f57db536fab97f89dc0c02150b3d
|
||||
DIST wrapt-2.0.0rc4.gh.tar.gz 177839 BLAKE2B cf93d4ef525aa8e323f7fc2b939a63944ae06af0a18c4d01e64b82519bafc6c0b88262ebf239a64c9037627f145ae870b3bad088074aa337edd8179970068568 SHA512 7e2a7376293eefeda1c15a3dd4f2daa2744d6fecef5b1430b1f52c1f04ccc65aaa79e620190aeafb0d24c72fed3393e67d32d55a173a21f8c3e276a5ece7799e
|
||||
DIST wrapt-2.0.0rc5.gh.tar.gz 183363 BLAKE2B 0f3151f3c8784728cc28711f9a8b7f4be2065638c6508f19249a6f7d223205bfbe4fabe0681676969da292712c4388fbb9617200db77443a707ee96dfd945123 SHA512 b46590ab7bf11647d5447d21235fce52b30c1b433662bcbea0f8477ebe6e930517c0b32c3a8756823f864d136e3c50a2e6fcc09c1d40655b5f85d33eec361662
|
||||
DIST wrapt-2.0.0rc6.gh.tar.gz 183458 BLAKE2B dc02fe7b66ee39da73396faf3c37c9ffec0dfe500ed1a8f8ce085b0e9780b90ac5177b7f95ae7c87f4fe1dc4683d74fa3d69ed7a213cfa1f5ec60edfc419cc05 SHA512 cb7b237296008c5652c133e56c33b1c96e3d4cb0a52c91c26955730efaa1de17f0b99b53954f65654993087f52f52d58d6080bd2ef84659aa32a539918fbbb77
|
||||
|
||||
@@ -1,35 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_EXT=1
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
MY_P=${P/_}
|
||||
DESCRIPTION="Module for decorators, wrappers and monkey patching"
|
||||
HOMEPAGE="
|
||||
https://github.com/GrahamDumpleton/wrapt/
|
||||
https://pypi.org/project/wrapt/
|
||||
"
|
||||
SRC_URI="
|
||||
https://github.com/GrahamDumpleton/wrapt/archive/${PV/_}.tar.gz
|
||||
-> ${MY_P}.gh.tar.gz
|
||||
"
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
IUSE="+native-extensions"
|
||||
|
||||
EPYTEST_PLUGINS=()
|
||||
distutils_enable_tests pytest
|
||||
distutils_enable_sphinx docs dev-python/sphinx-rtd-theme
|
||||
|
||||
python_compile() {
|
||||
local -x WRAPT_INSTALL_EXTENSIONS=$(usex native-extensions true false)
|
||||
distutils-r1_python_compile
|
||||
}
|
||||
@@ -1,35 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_EXT=1
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
MY_P=${P/_}
|
||||
DESCRIPTION="Module for decorators, wrappers and monkey patching"
|
||||
HOMEPAGE="
|
||||
https://github.com/GrahamDumpleton/wrapt/
|
||||
https://pypi.org/project/wrapt/
|
||||
"
|
||||
SRC_URI="
|
||||
https://github.com/GrahamDumpleton/wrapt/archive/${PV/_}.tar.gz
|
||||
-> ${MY_P}.gh.tar.gz
|
||||
"
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
IUSE="+native-extensions"
|
||||
|
||||
EPYTEST_PLUGINS=()
|
||||
distutils_enable_tests pytest
|
||||
distutils_enable_sphinx docs dev-python/sphinx-rtd-theme
|
||||
|
||||
python_compile() {
|
||||
local -x WRAPT_INSTALL_EXTENSIONS=$(usex native-extensions true false)
|
||||
distutils-r1_python_compile
|
||||
}
|
||||
@@ -1,35 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_EXT=1
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
MY_P=${P/_}
|
||||
DESCRIPTION="Module for decorators, wrappers and monkey patching"
|
||||
HOMEPAGE="
|
||||
https://github.com/GrahamDumpleton/wrapt/
|
||||
https://pypi.org/project/wrapt/
|
||||
"
|
||||
SRC_URI="
|
||||
https://github.com/GrahamDumpleton/wrapt/archive/${PV/_}.tar.gz
|
||||
-> ${MY_P}.gh.tar.gz
|
||||
"
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
IUSE="+native-extensions"
|
||||
|
||||
EPYTEST_PLUGINS=()
|
||||
distutils_enable_tests pytest
|
||||
distutils_enable_sphinx docs dev-python/sphinx-rtd-theme
|
||||
|
||||
python_compile() {
|
||||
local -x WRAPT_INSTALL_EXTENSIONS=$(usex native-extensions true false)
|
||||
distutils-r1_python_compile
|
||||
}
|
||||
Reference in New Issue
Block a user