summaryrefslogtreecommitdiff
path: root/virtual/python-dnspython
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-09-06 10:28:05 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-09-06 10:28:05 +0100
commitf1af93971b7490792d8541bc790e0d8c6d787059 (patch)
treea38046712bbc3a3844d77452d16c84e716caa3d4 /virtual/python-dnspython
parentfc637fb28da700da71ec2064d65ca5a7a31b9c6c (diff)
gentoo resync : 06.08.2019
Diffstat (limited to 'virtual/python-dnspython')
-rw-r--r--virtual/python-dnspython/Manifest2
-rw-r--r--virtual/python-dnspython/metadata.xml8
-rw-r--r--virtual/python-dnspython/python-dnspython-2.ebuild16
3 files changed, 0 insertions, 26 deletions
diff --git a/virtual/python-dnspython/Manifest b/virtual/python-dnspython/Manifest
deleted file mode 100644
index e4d24fc057b1..000000000000
--- a/virtual/python-dnspython/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-EBUILD python-dnspython-2.ebuild 449 BLAKE2B 41020933a481a6a96fe3ea4b9ca49926d939f1651de561163af2aab60de18dd360b782f34d26c50dabad738f3adc99fb6c23d268e8f53ac3ae6a8a460999b532 SHA512 64867226e084f4e52a95ac0821e97cdc1e5f55249df63345cbca4f07503b9c492580415bd256a6e8acb5bc81d7972ff8425b6c72ad9e105e79cc115f42352301
-MISC metadata.xml 246 BLAKE2B 3a28b3bb42a0352827a446ea608867a7782fe682458527ef441a528a22c9f951dc203639934a69ffb520f63aadce3037df28bf8c5304b3a5921b336142f9f246 SHA512 3245fb694492b2f698fb63aac02e66fb8a94fe35eabda45df4790bec043a1ea552e112315334001902f070093bb73e7b741aa3004757404aed97ebdb86cc9fbc
diff --git a/virtual/python-dnspython/metadata.xml b/virtual/python-dnspython/metadata.xml
deleted file mode 100644
index e24dd86faa2a..000000000000
--- a/virtual/python-dnspython/metadata.xml
+++ /dev/null
@@ -1,8 +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>
-</pkgmetadata>
diff --git a/virtual/python-dnspython/python-dnspython-2.ebuild b/virtual/python-dnspython/python-dnspython-2.ebuild
deleted file mode 100644
index 8c358155c9dc..000000000000
--- a/virtual/python-dnspython/python-dnspython-2.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
-
-inherit python-r1
-
-DESCRIPTION="A virtual for dnspython, for Python 2 & 3"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
- >=dev-python/dnspython-1.15.0:0[${PYTHON_USEDEP}]"