diff options
| author | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-10-20 18:43:32 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-10-20 18:43:32 +0000 |
| commit | b74d41b13933b0bd188ab78b668ef3d1eeaf6a0b (patch) | |
| tree | 8be78c3023545bc0a922ce7c68caec67ac8d8f3f /dev-python/pathlib | |
| parent | 8dd91fa60bfa91b7b1e394dc8c166c791667909b (diff) | |
| download | baldeagleos-repo-b74d41b13933b0bd188ab78b668ef3d1eeaf6a0b.tar.gz baldeagleos-repo-b74d41b13933b0bd188ab78b668ef3d1eeaf6a0b.tar.xz baldeagleos-repo-b74d41b13933b0bd188ab78b668ef3d1eeaf6a0b.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python/pathlib')
| -rw-r--r-- | dev-python/pathlib/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/pathlib/metadata.xml | 12 | ||||
| -rw-r--r-- | dev-python/pathlib/pathlib-1.0.1-r1.ebuild | 22 |
3 files changed, 0 insertions, 35 deletions
diff --git a/dev-python/pathlib/Manifest b/dev-python/pathlib/Manifest deleted file mode 100644 index 06065bbcfe6f..000000000000 --- 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 86b56165dc8d..000000000000 --- a/dev-python/pathlib/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <upstream> - <remote-id type="pypi">pathlib</remote-id> - </upstream> - <origin>gentoo-staging</origin> -</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 2d31ebdb200a..000000000000 --- 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 -} |
