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/urtypes/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST urtypes-1.0.0-115ae18.tar.gz 22457 BLAKE2B 7e059308426fdff856117fcd3ace4996d8793a9c21aa24695fe69a3c41f723425ca614e3c6bdfd7ec9e9e31b312252b42dcaeeb6de1bff2e4bca6b3ef46ad229 SHA512 fb3ce3d4e66b3aeac1e37a9c6b895ece3d5e26fe206a720c8f9bf292d8913121d8975449feef6eb70d8f94d8e957d69d20f59eceba1a7da9c42e16edb0add5b2
21 changes: 21 additions & 0 deletions dev-python/urtypes/urtypes-1.0.0.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="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