Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dev-python/polyseed/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST polyseed-0.2.1-5a2a873.tar.gz 94223 BLAKE2B c28d584730ad9c8d5c6cb97393e62c5fc5798927998a6dab79251c63360c426de4ceebd596ee46da8889b49f0096a56b03761e6b3d3e901396d891dabdb8b4da SHA512 50f5d971abb7cf8260fcd65835ea615a045b989a3815460cea5c146db6848350ebf4880eb4d81b3cab99e48779c380f800e2a65dfbb9a707c79fe2749ea1bd68
21 changes: 21 additions & 0 deletions dev-python/polyseed/polyseed-0.2.1.ebuild
Original file line number Diff line number Diff line change
@@ -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