diff --git a/dev-python/urtypes/Manifest b/dev-python/urtypes/Manifest new file mode 100644 index 000000000..4a1212c45 --- /dev/null +++ b/dev-python/urtypes/Manifest @@ -0,0 +1 @@ +DIST urtypes-1.0.0-115ae18.tar.gz 22457 BLAKE2B 7e059308426fdff856117fcd3ace4996d8793a9c21aa24695fe69a3c41f723425ca614e3c6bdfd7ec9e9e31b312252b42dcaeeb6de1bff2e4bca6b3ef46ad229 SHA512 fb3ce3d4e66b3aeac1e37a9c6b895ece3d5e26fe206a720c8f9bf292d8913121d8975449feef6eb70d8f94d8e957d69d20f59eceba1a7da9c42e16edb0add5b2 diff --git a/dev-python/urtypes/urtypes-1.0.0.ebuild b/dev-python/urtypes/urtypes-1.0.0.ebuild new file mode 100644 index 000000000..394474d17 --- /dev/null +++ b/dev-python/urtypes/urtypes-1.0.0.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="Python implementation of the Blockchain Commons UR Types specification" +HOMEPAGE="https://github.com/selfcustody/urtypes" +SRC_URI="https://api.github.com/repos/selfcustody/urtypes/tarball/v1.0.0 -> urtypes-1.0.0-115ae18.tar.gz" +LICENSE="MIT" +SLOT="0" +KEYWORDS="*" + +post_src_unpack() { + mv selfcustody-urtypes-* ${S} +} + + + +# vim: filetype=ebuild