From 21435953e16cda318a82334ddbadb3b5c36d9ea7 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 15 Jan 2020 15:51:32 +0000 Subject: gentoo resync : 15.01.2020 --- dev-python/pathtools/Manifest | 3 ++- dev-python/pathtools/pathtools-0.1.2-r2.ebuild | 4 ++-- dev-python/pathtools/pathtools-0.1.2-r3.ebuild | 16 ++++++++++++++++ 3 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 dev-python/pathtools/pathtools-0.1.2-r3.ebuild (limited to 'dev-python/pathtools') diff --git a/dev-python/pathtools/Manifest b/dev-python/pathtools/Manifest index 5f7e90c94c8d..71b7eee2d2e7 100644 --- a/dev-python/pathtools/Manifest +++ b/dev-python/pathtools/Manifest @@ -1,3 +1,4 @@ DIST pathtools-0.1.2.tar.gz 11006 BLAKE2B ad257edd9a62477a07343ecd6786c24ad2472da8844e3358980973c9daee9c52f3317976b2971f9afe33bfcd0dba1c1497230b105fd364a45c0d138abec41894 SHA512 e014cb17f3d61ce7979e36663f94a44d4f1116c35e3d2ec8c4ac207a81935dde246495ed06597e6edade1509f384b9e5729a97ffd3eec31b1d1c4a8372d1dfd7 -EBUILD pathtools-0.1.2-r2.ebuild 468 BLAKE2B d88dc6de0870989d92ee5e206acaeadd7712be83c19395733c2709d1e1aad864477ef75ef3277c5a2f0efbae14e464d031a0beca11c42c2fa57f6dee8ab0b956 SHA512 85fd10027beab21dbfb962ec59af6616a046aa9e347a6d432767fa78c8de033404f17fa1bdf2d7a0bfb91e771ab8a3ecb25b5c6651aed7a0ac0ad281e1a1c9a4 +EBUILD pathtools-0.1.2-r2.ebuild 459 BLAKE2B f912b13bbf4ede40cdaf485fc4cdcaf7e953825fc5030a3547a83d5bbd67c87efee3552b1335b092b34769c01a8c703fa2c265dc6acbd9472f3a8a2c2ae1a84b SHA512 2b9bf2a2aa08a49c37f8edf50b09d38d43b575b6b652a966bb0c7f606e041dbacf6601cd4cf089f80d0fe4040385f519c1169f687207bb626ed257d56dec02b5 +EBUILD pathtools-0.1.2-r3.ebuild 410 BLAKE2B a164dc3b373fbe8d796b7f1564f5253f02c54e6231696789b9c8052e807262e20fdf0ce5b30759dbf2d146f10251f4b5bae3b080358afc3093a2105bb91eea96 SHA512 1ddc768766a03961b3aa324964f0235e04197beb22bafeeff1818855c5c3c0c4f9c9b0238313dbc540119ee4b0a502b83bb0a4b5136a5c481b9fe946fefccb67 MISC metadata.xml 312 BLAKE2B 655db0f4e05f6f22057f5b40c38a0790aa4878190ba1f2eddd703c2a13a1d8010282517cc827bdf2f48597024c9069ddff7be23a4f914899d5c432115d150c57 SHA512 f1187bfa80d1a0e64b04e3d474d8d805fa73f7c23ad412fdde4a51f347268c764d1f808d9c9b1f191c661e777dcfe6aaf0966bf13ce7ea9e8c02f6a8e5249851 diff --git a/dev-python/pathtools/pathtools-0.1.2-r2.ebuild b/dev-python/pathtools/pathtools-0.1.2-r2.ebuild index d7c7d2612789..898a06919cac 100644 --- a/dev-python/pathtools/pathtools-0.1.2-r2.ebuild +++ b/dev-python/pathtools/pathtools-0.1.2-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy) +PYTHON_COMPAT=( python{2_7,3_6}) inherit distutils-r1 DESCRIPTION="Pattern matching and various utilities for file systems paths" diff --git a/dev-python/pathtools/pathtools-0.1.2-r3.ebuild b/dev-python/pathtools/pathtools-0.1.2-r3.ebuild new file mode 100644 index 000000000000..33ed06945c63 --- /dev/null +++ b/dev-python/pathtools/pathtools-0.1.2-r3.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{6,7,8}) + +inherit distutils-r1 + +DESCRIPTION="Pattern matching and various utilities for file systems paths" +HOMEPAGE="https://pypi.org/project/pathtools/" +SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" -- cgit v1.2.3