diff --git a/dev-python/tk/metadata.xml b/dev-python/tk/metadata.xml new file mode 100644 index 000000000..c65d8d755 --- /dev/null +++ b/dev-python/tk/metadata.xml @@ -0,0 +1,11 @@ + + + + + sidhayn@gmail.com + Zero_Chaos + + + tk + + diff --git a/dev-python/tk/tk-0.1.0.ebuild b/dev-python/tk/tk-0.1.0.ebuild index adb97ad3d..932958e1d 100644 --- a/dev-python/tk/tk-0.1.0.ebuild +++ b/dev-python/tk/tk-0.1.0.ebuild @@ -1,17 +1,17 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) +DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="TensorKit is a deep learning helper between Python and C++" -HOMEPAGE="https://pypi.org/project/tk/#files" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" +HOMEPAGE="https://pypi.org/project/tk/" -LICENSE="" +LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~arm64 x86" IUSE=""