summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVirgil Dupras <vdupras@gentoo.org>2019-04-29 14:53:22 -0400
committerVirgil Dupras <vdupras@gentoo.org>2019-04-29 14:53:22 -0400
commit184ca1c79371a444128923825fd890d13f38983a (patch)
treef270a5dbb769a0cc04c91d973f2b14513b9f41f5 /dev-python/backcall
parentdev-ruby/capybara: add 3.18.0 (diff)
downloadgentoo-184ca1c79371a444128923825fd890d13f38983a.tar.gz
gentoo-184ca1c79371a444128923825fd890d13f38983a.tar.bz2
gentoo-184ca1c79371a444128923825fd890d13f38983a.zip
dev-python/backcall: new package
For IPython bump. Signed-off-by: Virgil Dupras <vdupras@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'dev-python/backcall')
-rw-r--r--dev-python/backcall/Manifest1
-rw-r--r--dev-python/backcall/backcall-0.1.0.ebuild20
-rw-r--r--dev-python/backcall/metadata.xml11
3 files changed, 32 insertions, 0 deletions
diff --git a/dev-python/backcall/Manifest b/dev-python/backcall/Manifest
new file mode 100644
index 000000000000..5c4ad01d476f
--- /dev/null
+++ b/dev-python/backcall/Manifest
@@ -0,0 +1 @@
+DIST backcall-0.1.0.tar.gz 9690 BLAKE2B 975944b508a4488cd78620b2f6efa8b0ebd7404966db5a53e409000c11641c979abb269289d3e570d01dc50961c881fe80ebbc2c6b79a01ce563d4e3f855af63 SHA512 359c483fbc8998fc2420daee2a6af7566c47fb03f64e465aa226589a2f98a4b219ab5e5b90e5f677087827a1ac658c02ec3062e9ffe9ac1ebfd9db3bb40339cd
diff --git a/dev-python/backcall/backcall-0.1.0.ebuild b/dev-python/backcall/backcall-0.1.0.ebuild
new file mode 100644
index 000000000000..ef0e47971309
--- /dev/null
+++ b/dev-python/backcall/backcall-0.1.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Specifications for callback functions passed in to an API"
+HOMEPAGE="https://pypi.org/project/backcall/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND=""
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
diff --git a/dev-python/backcall/metadata.xml b/dev-python/backcall/metadata.xml
new file mode 100644
index 000000000000..ca0712e086eb
--- /dev/null
+++ b/dev-python/backcall/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">backcall</remote-id>
+ </upstream>
+</pkgmetadata>