diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2019-09-01 00:00:32 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2019-09-01 00:00:32 +0200 |
commit | ca9627e70852f6b2e835660df870fe3ab405882d (patch) | |
tree | 0a008b1d5b16fa0679a195ed7b5662c7891f591c /dev-python/PyMsgBox | |
download | darklin4-ca9627e70852f6b2e835660df870fe3ab405882d.tar.gz darklin4-ca9627e70852f6b2e835660df870fe3ab405882d.tar.bz2 darklin4-ca9627e70852f6b2e835660df870fe3ab405882d.tar.xz darklin4-ca9627e70852f6b2e835660df870fe3ab405882d.zip |
Initial import
Diffstat (limited to 'dev-python/PyMsgBox')
-rw-r--r-- | dev-python/PyMsgBox/Manifest | 1 | ||||
-rw-r--r-- | dev-python/PyMsgBox/PyMsgBox-1.0.3-r1.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/PyMsgBox/Manifest b/dev-python/PyMsgBox/Manifest new file mode 100644 index 0000000..7f2a663 --- /dev/null +++ b/dev-python/PyMsgBox/Manifest @@ -0,0 +1 @@ +EBUILD PyMsgBox-1.0.3-r1.ebuild 514 SHA256 689488cd70dbf026fbc2776cf436d8aefdcbc57caf7a3fb4540d556688b9763b SHA512 d98f5c8187e70b5ee9c71ed563d53f4806bb728c5fc4414799a364c8d4378968364224ad8b8a2db8649fcce96b42d9e6286f0270d9952547b2f47a0812de4bc4 WHIRLPOOL d7ab18bd5d558b080e6934e583dbd227a89b061596d9db335997e2f48a3fe3ae88f8213164138b7f9740149d6c019c126d2592082e9fa6a7c04142804e67afc0 diff --git a/dev-python/PyMsgBox/PyMsgBox-1.0.3-r1.ebuild b/dev-python/PyMsgBox/PyMsgBox-1.0.3-r1.ebuild new file mode 100644 index 0000000..e369ba0 --- /dev/null +++ b/dev-python/PyMsgBox/PyMsgBox-1.0.3-r1.ebuild @@ -0,0 +1,21 @@ +# automatically generated by g-sorcery +# please do not edit this file + +EAPI=5 + +REALNAME="PyMsgBox" +REALVERSION="1.0.3" +REPO_URI="http://pypi.python.org/packages/source/${REALNAME:0:1}/${REALNAME}/" +SOURCEFILE="${REALNAME}-${REALVERSION}.zip" +PYTHON_COMPAT=( python{2_7,2_7,2_7,3_3,3_4,3_5,3_3,3_3,3_4} ) + +inherit gs-pypi + +DESCRIPTION="A simple, cross-platform, pure Python module for JavaScript-like message boxes." + +HOMEPAGE="https://github.com/asweigart/PyMsgBox" +LICENSE="BSD" + +SLOT="0" +KEYWORDS="~amd64 ~x86" + |