dev-python/pysol_cards: new package
authorMichael Palimaka <kensington@gentoo.org>
Fri, 12 Apr 2019 13:44:43 +0000 (23:44 +1000)
committerMichael Palimaka <kensington@gentoo.org>
Fri, 12 Apr 2019 14:16:50 +0000 (00:16 +1000)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Michael Palimaka <kensington@gentoo.org>
dev-python/pysol_cards/Manifest [new file with mode: 0644]
dev-python/pysol_cards/metadata.xml [new file with mode: 0644]
dev-python/pysol_cards/pysol_cards-0.4.1.ebuild [new file with mode: 0644]

diff --git a/dev-python/pysol_cards/Manifest b/dev-python/pysol_cards/Manifest
new file mode 100644 (file)
index 0000000..e16d832
--- /dev/null
@@ -0,0 +1 @@
+DIST pysol_cards-0.4.1.tar.gz 16635 BLAKE2B 8c4ea9257656e3da66d464e8f251add18bb143bc2152a6ae7c5385650867453b806f1e6bf80abb87af0bcbd3c8072c89dab058b4e7578e8d977123a13489c996 SHA512 96518549770a9d85021a60da17a0d71f4928415f7226fc7d7aecc1c84345b0d46cc16cc33b197f84b31143bc0c91c6459db19c7bcb763fe956a7f5e6a47735d4
diff --git a/dev-python/pysol_cards/metadata.xml b/dev-python/pysol_cards/metadata.xml
new file mode 100644 (file)
index 0000000..1b3bb96
--- /dev/null
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="project">
+               <email>kde@gentoo.org</email>
+       </maintainer>
+       <upstream>
+               <remote-id type="pypi">pysol-cards</remote-id>
+       </upstream>
+</pkgmetadata>
diff --git a/dev-python/pysol_cards/pysol_cards-0.4.1.ebuild b/dev-python/pysol_cards/pysol_cards-0.4.1.ebuild
new file mode 100644 (file)
index 0000000..5fc779f
--- /dev/null
@@ -0,0 +1,24 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_6 )
+
+inherit distutils-r1
+
+DESCRIPTION="Deal PySol FreeCell cards"
+HOMEPAGE="https://pypi.org/project/pysol-cards/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="
+       dev-python/pbr[${PYTHON_USEDEP}]
+       dev-python/random2[${PYTHON_USEDEP}]
+       dev-python/six[${PYTHON_USEDEP}]
+"