diff --git a/dev-python/polyseed/Manifest b/dev-python/polyseed/Manifest new file mode 100644 index 000000000..f1923d3c3 --- /dev/null +++ b/dev-python/polyseed/Manifest @@ -0,0 +1 @@ +DIST polyseed-0.2.1-5a2a873.tar.gz 94223 BLAKE2B c28d584730ad9c8d5c6cb97393e62c5fc5798927998a6dab79251c63360c426de4ceebd596ee46da8889b49f0096a56b03761e6b3d3e901396d891dabdb8b4da SHA512 50f5d971abb7cf8260fcd65835ea615a045b989a3815460cea5c146db6848350ebf4880eb4d81b3cab99e48779c380f800e2a65dfbb9a707c79fe2749ea1bd68 diff --git a/dev-python/polyseed/polyseed-0.2.1.ebuild b/dev-python/polyseed/polyseed-0.2.1.ebuild new file mode 100644 index 000000000..bbe0afc7b --- /dev/null +++ b/dev-python/polyseed/polyseed-0.2.1.ebuild @@ -0,0 +1,21 @@ +# Distributed under the terms of the GNU General Public License v2 +# Autogen by MARK Devkit + +EAPI=7 +PYTHON_COMPAT=( python3+ ) +inherit distutils-r1 + +DESCRIPTION="" +HOMEPAGE="https://github.com/DiosDelRayo/polyseed-python" +SRC_URI="https://api.github.com/repos/DiosDelRayo/polyseed-python/tarball/refs/tags/v0.2.1 -> polyseed-0.2.1-5a2a873.tar.gz" +LICENSE="NOASSERTION" +SLOT="0" +KEYWORDS="*" + +post_src_unpack() { + mv DiosDelRayo-polyseed-python-* ${S} +} + + + +# vim: filetype=ebuild