summaryrefslogtreecommitdiff
path: root/virtual/python-funcsigs
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
commit3cf7c3ef441822c889356fd1812ebf2944a59851 (patch)
treec513fe68548b40365c1c2ebfe35c58ad431cdd77 /virtual/python-funcsigs
parent05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff)
gentoo resync : 25.08.2020
Diffstat (limited to 'virtual/python-funcsigs')
-rw-r--r--virtual/python-funcsigs/Manifest2
-rw-r--r--virtual/python-funcsigs/metadata.xml8
-rw-r--r--virtual/python-funcsigs/python-funcsigs-2-r1.ebuild17
3 files changed, 0 insertions, 27 deletions
diff --git a/virtual/python-funcsigs/Manifest b/virtual/python-funcsigs/Manifest
deleted file mode 100644
index d8a292c6797b..000000000000
--- a/virtual/python-funcsigs/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-EBUILD python-funcsigs-2-r1.ebuild 576 BLAKE2B 98c63ce822e989e07692b575dae1977f3464d5ce76518fcca57902d718b38de07d5423858fe703583ebc21bdf8b81b598555efac8bdb930698d151843a739506 SHA512 1c8daf3986f98d2e990339d17f813d9740825ef2cb1bd7f0ad9a9b9dea957f911cc2a4b79c62c97888c230ac49e1492ce572fe80cb0874665f9630374c977646
-MISC metadata.xml 246 BLAKE2B 3a28b3bb42a0352827a446ea608867a7782fe682458527ef441a528a22c9f951dc203639934a69ffb520f63aadce3037df28bf8c5304b3a5921b336142f9f246 SHA512 3245fb694492b2f698fb63aac02e66fb8a94fe35eabda45df4790bec043a1ea552e112315334001902f070093bb73e7b741aa3004757404aed97ebdb86cc9fbc
diff --git a/virtual/python-funcsigs/metadata.xml b/virtual/python-funcsigs/metadata.xml
deleted file mode 100644
index e24dd86faa2a..000000000000
--- a/virtual/python-funcsigs/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-funcsigs/python-funcsigs-2-r1.ebuild b/virtual/python-funcsigs/python-funcsigs-2-r1.ebuild
deleted file mode 100644
index fb0b154c8020..000000000000
--- a/virtual/python-funcsigs/python-funcsigs-2-r1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
-
-inherit python-r1
-
-DESCRIPTION="A Virtual for Python function signatures from PEP362 (py3.6 variant)"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
- ${PYTHON_DEPS}
- $(python_gen_cond_dep '>=dev-python/funcsigs-1[${PYTHON_USEDEP}]' -2)"