diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-02 23:52:42 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-03 00:05:02 +0200 |
commit | 77023531f42f5967040230579fe2e3f9e88aaf89 (patch) | |
tree | a811ccd32e9036783f80d6425b7f40d7b1bb7181 /dev-python/traitlets | |
parent | dev-python/pbr: Bump to 5.5.0 (diff) | |
download | gentoo-77023531f42f5967040230579fe2e3f9e88aaf89.tar.gz gentoo-77023531f42f5967040230579fe2e3f9e88aaf89.tar.bz2 gentoo-77023531f42f5967040230579fe2e3f9e88aaf89.zip |
dev-python/traitlets: Bump to 5.0.2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/traitlets')
-rw-r--r-- | dev-python/traitlets/Manifest | 1 | ||||
-rw-r--r-- | dev-python/traitlets/traitlets-5.0.2.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/dev-python/traitlets/Manifest b/dev-python/traitlets/Manifest index d72781f93c9b..dc6a0694b74f 100644 --- a/dev-python/traitlets/Manifest +++ b/dev-python/traitlets/Manifest @@ -1 +1,2 @@ DIST traitlets-4.3.3.tar.gz 89838 BLAKE2B 04b50fabdc312c427f0cff6d4e8be0a5afcafe6d5a7a5804fb37e6f92b867e6a9c6401c23b7cdd7b0a6372eadaf3e8350018db5d21c5cbc546390138932a2820 SHA512 a7ae0276e5234d6d428908e1ec74c0b92f2b1b73e37402ad154151c41ef6e4aaaad53e8990d4233d8023c31d919e4ea66f100a82324abcb0e6ffb92283fd3c9e +DIST traitlets-5.0.2.tar.gz 120788 BLAKE2B 9cb4f7527f97329cefba2b4a581e9208dfeb80fa87d4950373da5b57193179dc94384631eae473c08c23e6631cdcddebcbff991fc2f36dd07eead53b09800c0b SHA512 f92ef784b213b7e29830a4948a6d1bd7eecc928b45ab1fa393e4da85f4603f2236bf27f7f6659f0778fec51f9d82a18cb0fdf5a283fd6edd5de21aec7e5b2579 diff --git a/dev-python/traitlets/traitlets-5.0.2.ebuild b/dev-python/traitlets/traitlets-5.0.2.ebuild new file mode 100644 index 000000000000..fc902514738a --- /dev/null +++ b/dev-python/traitlets/traitlets-5.0.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..9} ) + +inherit distutils-r1 + +DESCRIPTION="A configuration system for Python applications" +HOMEPAGE="https://github.com/ipython/traitlets" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" + +RDEPEND=" + dev-python/ipython_genutils[${PYTHON_USEDEP}] + " + +distutils_enable_sphinx docs \ + dev-python/ipython_genutils +distutils_enable_tests pytest |