summaryrefslogtreecommitdiff
path: root/dev-python/pytest-pythonpath
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-python/pytest-pythonpath
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/pytest-pythonpath')
-rw-r--r--dev-python/pytest-pythonpath/Manifest3
-rw-r--r--dev-python/pytest-pythonpath/metadata.xml12
-rw-r--r--dev-python/pytest-pythonpath/pytest-pythonpath-0.7.1.ebuild21
3 files changed, 0 insertions, 36 deletions
diff --git a/dev-python/pytest-pythonpath/Manifest b/dev-python/pytest-pythonpath/Manifest
deleted file mode 100644
index d3430d4955ff..000000000000
--- a/dev-python/pytest-pythonpath/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST pytest-pythonpath-0.7.1.tar.gz 1726 BLAKE2B bf0105bc717000d629f64e0fe48469d1e37b806d0debccb6d43e8c55215f9ce7c2fb9bcb60ac89a1cb5bf8ae9a93508997137567cc5e15cfd82b06f04d008637 SHA512 313020c7b38b91079694759ca436e1f7129750372f3a0a567dc2934b093d178c4c64894c2283719b86877a5e359128e83bd6e3b17ded283631ad6747541b2902
-EBUILD pytest-pythonpath-0.7.1.ebuild 574 BLAKE2B 6ab4837d05c4fa1b8b7857699be76a679d92be207796e5cc8a57204795d82d413e1f6d47ba3a8b1e3ed8af0b7b47749321a6324374d3d51d72cbe80c1b9f84fc SHA512 2095c56fcc417c8c812cbdce699ef4e04906b2dd046d388bc0612377bac9278d745e86fa710db89ee14b655a71286f7b4f39aebd76cfba1c5a154b9ed9005dbd
-MISC metadata.xml 386 BLAKE2B 6ed5aa37d3bd21e76db39ab2639f7a383d49d04855d5e3a608435cb2195b22bdb749605c2a4b9a817df231b243e52298457826e04c6aab968d46349ce24467e1 SHA512 2403e5bb6c4119ada573f3ac3df72494c11d4fcf23e2b6d64457f914bbfa3dc1128729dd7b5ffbd67974453a8d38d3a6fc791fcebd2ef31c6b381ed506eca451
diff --git a/dev-python/pytest-pythonpath/metadata.xml b/dev-python/pytest-pythonpath/metadata.xml
deleted file mode 100644
index 4b9f714e3d11..000000000000
--- a/dev-python/pytest-pythonpath/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">pytest-pythonpath</remote-id>
- <remote-id type="github">bigsassy/pytest-pythonpath</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/pytest-pythonpath/pytest-pythonpath-0.7.1.ebuild b/dev-python/pytest-pythonpath/pytest-pythonpath-0.7.1.ebuild
deleted file mode 100644
index c59196cfe0ca..000000000000
--- a/dev-python/pytest-pythonpath/pytest-pythonpath-0.7.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="pytest plugin for adding to the PYTHONPATH from command line or configs"
-HOMEPAGE="https://pypi.org/project/pytest-pythonpath/ https://github.com/bigsassy/pytest-pythonpath"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-SLOT="0"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
-"