diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-06-10 08:01:04 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-10 08:01:04 +0200 |
commit | 305926501c7f339724294b88060e8dee973a340d (patch) | |
tree | 0b0e2bb78e8605abe69c66f45885ef8ff9443da8 /dev-python/backcall | |
parent | dev-python/nbconvert: Backport inkscape-1+ fix (diff) | |
download | gentoo-305926501c7f339724294b88060e8dee973a340d.tar.gz gentoo-305926501c7f339724294b88060e8dee973a340d.tar.bz2 gentoo-305926501c7f339724294b88060e8dee973a340d.zip |
dev-python/backcall: Bump to 0.2.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/backcall')
-rw-r--r-- | dev-python/backcall/Manifest | 1 | ||||
-rw-r--r-- | dev-python/backcall/backcall-0.2.0.ebuild | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/dev-python/backcall/Manifest b/dev-python/backcall/Manifest index 5c4ad01d476f..6df98ce51cb2 100644 --- a/dev-python/backcall/Manifest +++ b/dev-python/backcall/Manifest @@ -1 +1,2 @@ DIST backcall-0.1.0.tar.gz 9690 BLAKE2B 975944b508a4488cd78620b2f6efa8b0ebd7404966db5a53e409000c11641c979abb269289d3e570d01dc50961c881fe80ebbc2c6b79a01ce563d4e3f855af63 SHA512 359c483fbc8998fc2420daee2a6af7566c47fb03f64e465aa226589a2f98a4b219ab5e5b90e5f677087827a1ac658c02ec3062e9ffe9ac1ebfd9db3bb40339cd +DIST backcall-0.2.0.tar.gz 18041 BLAKE2B 67f9ac96d26b368972a5749775a70c497b5705b37d45ba7f64c1259be776cc7f4c9d78ae51da9c1e9e46521d33bf511790675688feef88a68d25ae30cd79612d SHA512 7f086121c485c0ea4bc6935e7d116c8b14ff44ff6001a49665d0a698b6cf9a809823b9bca634a78d92cf40656f953dbac0132241327a5fa6be0ea685ff63636e diff --git a/dev-python/backcall/backcall-0.2.0.ebuild b/dev-python/backcall/backcall-0.2.0.ebuild new file mode 100644 index 000000000000..75f09c046268 --- /dev/null +++ b/dev-python/backcall/backcall-0.2.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{6..9} ) +DISTUTILS_USE_SETUPTOOLS=no +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" + +distutils_enable_tests pytest |