diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 09:11:28 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:16:42 +0100 |
commit | 2a448c39cb1a475737d05334248307a41704b8c8 (patch) | |
tree | a4f202895c1fb5591afb3d324be31cddc93092c3 /dev-python/txgithub | |
parent | dev-python/pysvn: eutils-- (diff) | |
download | gentoo-2a448c39cb1a475737d05334248307a41704b8c8.tar.gz gentoo-2a448c39cb1a475737d05334248307a41704b8c8.tar.bz2 gentoo-2a448c39cb1a475737d05334248307a41704b8c8.zip |
dev-python/txgithub: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/txgithub')
-rw-r--r-- | dev-python/txgithub/txgithub-15.0.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/txgithub/txgithub-15.0.0-r1.ebuild b/dev-python/txgithub/txgithub-15.0.0-r1.ebuild index b77a9a85d58c..2c29e0fe21d4 100644 --- a/dev-python/txgithub/txgithub-15.0.0-r1.ebuild +++ b/dev-python/txgithub/txgithub-15.0.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 PYTHON_COMPAT=( python3_{7,8} ) -inherit eutils distutils-r1 +inherit distutils-r1 DESCRIPTION="GitHub API client implemented using Twisted" HOMEPAGE="https://github.com/tomprince/txgithub https://pypi.org/project/txgithub/" |