commit:     96c4bc3a09368b7bb8cc3c2b9eb2cb343c888c66
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 20 15:44:43 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Oct 20 15:52:17 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96c4bc3a

dev-python/pathlib: Remove last-rited pkg

Closes: https://bugs.gentoo.org/743724
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pathlib/Manifest                |  1 -
 dev-python/pathlib/metadata.xml            | 11 -----------
 dev-python/pathlib/pathlib-1.0.1-r1.ebuild | 22 ----------------------
 profiles/package.mask                      |  1 -
 4 files changed, 35 deletions(-)

diff --git a/dev-python/pathlib/Manifest b/dev-python/pathlib/Manifest
deleted file mode 100644
index 06065bbcfe6..00000000000
--- a/dev-python/pathlib/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pathlib-1.0.1.tar.gz 49298 BLAKE2B 
918b363ebd4101fce50927dd83200cf94b44d820e9f422489be8b06cb5dfe732aa9373b936606a07efbfe0c624b685d1c9efe8851ba74aa60df9f45c08cd33be
 SHA512 
d85e45dfcc85ce75a7e7b609163dc8c75c688f279c1833510185f280af5501e473376dc09bddc6a804d1fcc3177a939db85af37b7b8d5b183b9bc2b85b3b0f8b

diff --git a/dev-python/pathlib/metadata.xml b/dev-python/pathlib/metadata.xml
deleted file mode 100644
index 40129008c24..00000000000
--- a/dev-python/pathlib/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>pyt...@gentoo.org</email>
-               <name>Python</name>
-       </maintainer>
-       <upstream>
-               <remote-id type="pypi">pathlib</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild 
b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
deleted file mode 100644
index 2d31ebdb200..00000000000
--- a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# In Python 3.4, pathlib is now part of the standard library.
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Object-oriented filesystem paths"
-HOMEPAGE="https://pathlib.readthedocs.org/";
-SRC_URI="mirror://pypi/p/pathlib/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
-IUSE=""
-
-python_test() {
-       "${PYTHON}" test_pathlib.py || die
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 82c92f3c8e7..b470ddfbcbf 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -334,7 +334,6 @@ dev-python/enum34
 dev-python/functools32
 dev-python/futures
 dev-python/ipaddress
-dev-python/pathlib
 
 # Michał Górny <mgo...@gentoo.org> (2020-09-09)
 # These packages (or package versions) still require Python 2.7.

Reply via email to