We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e716489 + b2195ae commit 39aa3b1Copy full SHA for 39aa3b1
1 file changed
dev-python/packaging/packaging-24.2-r1.ebuild
@@ -0,0 +1,17 @@
1
+# Distributed under the terms of the GNU General Public License v2
2
+# Autogen by MARK Devkit
3
+
4
+EAPI=7
5
6
+PYTHON_COMPAT=( python3+ )
7
+DISTUTILS_USE_PEP517="flit"
8
+inherit distutils-r1
9
10
+DESCRIPTION="Core utilities for Python packages"
11
+HOMEPAGE="https://github.com/pypa/packaging/"
12
+SRC_URI="https://files.pythonhosted.org/packages/d0/63/68dbb6eb2de9cb10ee4c9c14a0148804425e13c4fb20d61cce69f53106da/packaging-24.2.tar.gz -> packaging-24.2.tar.gz
13
+"
14
+SLOT="0"
15
+LICENSE="|| ( Apache-2.0 BSD-2 )"
16
+KEYWORDS="*"
17
+S="${WORKDIR}/packaging-24.2"
0 commit comments