diff --git a/dev-python/flit_core/Manifest b/dev-python/flit_core/Manifest index cf5c242..10f27bf 100644 --- a/dev-python/flit_core/Manifest +++ b/dev-python/flit_core/Manifest @@ -1 +1,2 @@ DIST flit_core-3.12.0.tar.gz 53690 BLAKE2B 2dbc8cb1803d2b05693d458ab29d141631af268ad1620ccd91d7fe1636eab6c776c5482d94fdd2006dafa8b5cb45cb41d29fb80ac91e29877b43ba8e94ac2bd5 SHA512 189dcd674722164b165e18b11c4dc72b8309fa2e3c82fc1ed6a9160bb5c6c1f86e2b2cfa111603cf73dca0dba74a496a664d5cbb6242587b47f139c42f7ae8bd +DIST flit_core-4.0.2.tar.gz 53083 BLAKE2B 3825bcb6dbfde73907e2705de94a33d7d128313ed19c9a264c6a8e994fc00937aa85d5c074e4958944f360f0da92b5704ec16d3dbdb3c6fb2ba3b806122ee233 SHA512 d0d3ace00529392cb69813ee975b37bbcdadbacb1ff9ad841838cb821f3732ae3c075fe3c740ca88bf7017b6d49739602382fed4603cfb0f49331f5b5da6dfb3 diff --git a/dev-python/flit_core/flit_core-4.0.2.ebuild b/dev-python/flit_core/flit_core-4.0.2.ebuild new file mode 100644 index 0000000..2304701 --- /dev/null +++ b/dev-python/flit_core/flit_core-4.0.2.ebuild @@ -0,0 +1,16 @@ +# Distributed under the terms of the GNU General Public License v2 +# Autogen by MARK Devkit + +EAPI=7 +PYTHON_COMPAT=( python3+ ) +DISTUTILS_USE_PEP517="standalone" +inherit distutils-r1 + +DESCRIPTION="Distribution-building parts of Flit. See flit package for more information" +HOMEPAGE="https://github.com/pypa/flit" +SRC_URI="https://files.pythonhosted.org/packages/46/ef/34533186e76c526d9ec17a1ad9a10c7354cbfb20f51583cc36dfe4bdccd0/flit_core-4.0.2.tar.gz -> flit_core-4.0.2.tar.gz" +SLOT="0" +KEYWORDS="*" +S="${WORKDIR}/flit_core-4.0.2" + +# vim: filetype=ebuild