summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2021-11-10 13:45:51 +0100
committerJakov Smolić <jsmolic@gentoo.org>2021-11-10 13:48:47 +0100
commit7c9edfe69dfda87bdbcbdad541d0347ba692cba1 (patch)
tree25b2bbb78c7b0fc6f7da96ecb62c938c167be39c /dev-python/pipfile
parentdev-db/sadisplay: treeclean (diff)
downloadgentoo-7c9edfe69dfda87bdbcbdad541d0347ba692cba1.tar.gz
gentoo-7c9edfe69dfda87bdbcbdad541d0347ba692cba1.tar.bz2
gentoo-7c9edfe69dfda87bdbcbdad541d0347ba692cba1.zip
dev-python/pipfile: treeclean
Closes: https://bugs.gentoo.org/817386 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-python/pipfile')
-rw-r--r--dev-python/pipfile/Manifest1
-rw-r--r--dev-python/pipfile/metadata.xml12
-rw-r--r--dev-python/pipfile/pipfile-0.0.2.ebuild27
3 files changed, 0 insertions, 40 deletions
diff --git a/dev-python/pipfile/Manifest b/dev-python/pipfile/Manifest
deleted file mode 100644
index dbc117c4b7da..000000000000
--- a/dev-python/pipfile/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pipfile-0.0.2.tar.gz 17395 BLAKE2B ac86dc6a725cfec0e3d23cd24ab9cdbaa5c803b15916e03e6d2a1e371eb137e25836e78b3393bf6ac42c6d98ebf85fd4ccf29f63b8ab9b87cdd4828b3499278e SHA512 070986a213d0d42c3f5391b303ee0c4a588269ad1889c79b6622c1a9817cfcec4365b8764dcd208aafd78394890d3367c7c9782e65dd3f04ea1bcce001f164f1
diff --git a/dev-python/pipfile/metadata.xml b/dev-python/pipfile/metadata.xml
deleted file mode 100644
index ffbe5d7e6d77..000000000000
--- a/dev-python/pipfile/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">pipfile</remote-id>
- <remote-id type="github">pypa/pipfile</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/pipfile/pipfile-0.0.2.ebuild b/dev-python/pipfile/pipfile-0.0.2.ebuild
deleted file mode 100644
index 43b2d14b10c8..000000000000
--- a/dev-python/pipfile/pipfile-0.0.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Replacement for the existing standard pip's requirements.txt file"
-HOMEPAGE="https://github.com/pypa/pipfile"
-SRC_URI="https://github.com/pypa/pipfile/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0 BSD-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-
-RDEPEND="dev-python/toml[${PYTHON_USEDEP}]"
-BDEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
-"
-
-# no tests in this release
-RESTRICT="test"
-
-# master has pytest tests
-distutils_enable_tests pytest