Skip to content
Open
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
@@ -1 +1,2 @@
DIST polyseed-0.2.1-5a2a873.tar.gz 94223 BLAKE2B c28d584730ad9c8d5c6cb97393e62c5fc5798927998a6dab79251c63360c426de4ceebd596ee46da8889b49f0096a56b03761e6b3d3e901396d891dabdb8b4da SHA512 50f5d971abb7cf8260fcd65835ea615a045b989a3815460cea5c146db6848350ebf4880eb4d81b3cab99e48779c380f800e2a65dfbb9a707c79fe2749ea1bd68
DIST polyseed-0.2.2-8a61feb.tar.gz 94210 BLAKE2B 110189d74740f4a2da7b0417662ddaec33642a7bcd6777b21cf42e331218212e7e15b5c736f78bab5af05d78456a03386b404729cd8e841b2719a4709ab193d5 SHA512 a62d5a0e827e75e95fda50c77c637544674c6a5d45ed3c0a42597f3bee72759e593c68604e096d2733fdb70db0968b3cab335e3470947bd91af67318d14833f3
21 changes: 21 additions & 0 deletions dev-python/polyseed/polyseed-0.2.2.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.2 -> polyseed-0.2.2-8a61feb.tar.gz"
LICENSE="NOASSERTION"
SLOT="0"
KEYWORDS="*"

post_src_unpack() {
mv DiosDelRayo-polyseed-python-* ${S}
}



# vim: filetype=ebuild