diff --git a/dev-python/cython/Manifest b/dev-python/cython/Manifest index d0e3b69b21..039364074e 100644 --- a/dev-python/cython/Manifest +++ b/dev-python/cython/Manifest @@ -1 +1,2 @@ DIST cython-3.0.12.tar.gz 2757617 BLAKE2B 064549e36e03424065eab081b60e2761d198490cfd4d7836ea236b833ada3962e6ed42ba1710b33418f8a31ac282cdc156ceb544ee21be80ee34b7a3d3f6c7fb SHA512 c4e85596eeea444fae983d32ce8731cc5d0d612d1f96b998db3aa7946e8be151a7ea62c6df163d875111e306c870656b82a8468dd873cacf84c7bd5671a39bc3 +DIST cython-3.1.1.tar.gz 3175446 BLAKE2B 4a75df724e313220321b05b7839bd406e5e923eb860337b7819c31152859396e5bda65a0a06ace196839bed729e28e51a1349c178e615ba58cf9bc80dc706b0d SHA512 5c64b5d280b234d93d02e91ab22567342350671c605df30a3ac7b41b64e0605eb0aef7bc721f68d35d6048085eaa392cb0a803df32ca902e51e2009c987d962e diff --git a/dev-python/cython/cython-3.1.1.ebuild b/dev-python/cython/cython-3.1.1.ebuild new file mode 100644 index 0000000000..f18e916235 --- /dev/null +++ b/dev-python/cython/cython-3.1.1.ebuild @@ -0,0 +1,18 @@ +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3+ ) +DISTUTILS_USE_PEP517="setuptools" +inherit distutils-r1 + +DESCRIPTION="A Python to C compiler" +HOMEPAGE="https://cython.org/ https://pypi.org/project/Cython/" +SRC_URI="https://files.pythonhosted.org/packages/5b/d3/bb000603e46144db2e5055219bbddcf7ab3b10012fcb342695694fb88141/cython-3.1.1.tar.gz -> cython-3.1.1.tar.gz" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +IUSE="" +SLOT="0" +LICENSE="Apache-2.0" +KEYWORDS="*" +S="${WORKDIR}/cython-3.1.1" \ No newline at end of file