diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest index 188171b5e9..9b149719f2 100644 --- a/dev-python/sip/Manifest +++ b/dev-python/sip/Manifest @@ -1 +1,2 @@ DIST sip-6.10.0.tar.gz 2344536 BLAKE2B be454dfca45b56688ac19b23d577e7c4b0a157a3c43c6a8ca58fcf4e3a2bf7b2dfab932b975d3a8eb5f18245c4e084e47adf34db5706c3a5090f1f0438568bc6 SHA512 499339424eccb27309ca2d220cf57c29b484faed45849ea2ab7772a69841b617ab01a8261e70869e7071f4871bc7211a7bb421cc2ff30d0fcf46f28e4c41f323 +DIST sip-6.11.1.tar.gz 2347809 BLAKE2B 7fa5c3f34dde92028b509a2367542b7b931fa94cdfc73ab086c8b77d16524dce318d40bab11aa5b970cd3bc16d4e378a56b423ef42878745f352f5d4c20a04ac SHA512 8e670e14429924105473c1e9883a4557f941fd908f9df47985bceb49af749646348f3b8abed2dee867856d7cfc4e6f5f54c079c9c7e98fb7405efec5bcc5fd47 diff --git a/dev-python/sip/sip-6.11.1.ebuild b/dev-python/sip/sip-6.11.1.ebuild new file mode 100644 index 0000000000..886af4bcf1 --- /dev/null +++ b/dev-python/sip/sip-6.11.1.ebuild @@ -0,0 +1,21 @@ +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3+ ) +inherit distutils-r1 + +DESCRIPTION="A Python bindings generator for C/C++ libraries" +HOMEPAGE="None https://pypi.org/project/sip/" +SRC_URI="https://files.pythonhosted.org/packages/5b/62/f46c9a5634d4f9712721fe6f3c17ec19df89400c4fda3a9fd7e0f960f88e/sip-6.11.1.tar.gz -> sip-6.11.1.tar.gz" + +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/packaging[${PYTHON_USEDEP}] + dev-python/tomli[${PYTHON_USEDEP}] + >=dev-python/setuptools_scm-7[${PYTHON_USEDEP}]" +IUSE="" +SLOT="0" +LICENSE="SIP" +KEYWORDS="*" +S="${WORKDIR}/sip-6.11.1" \ No newline at end of file