summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-09-17 18:11:22 -0400
committerAaron Bauman <bman@gentoo.org>2020-09-17 18:20:04 -0400
commit0f5948c104c2e64224780dd53d770561b2015166 (patch)
tree52919c2b92c38732205627a7289507dadfc6ac63 /dev-python/robotframework
parentpackage.mask: drop last-rited dev-python/mem_top (diff)
downloadgentoo-0f5948c104c2e64224780dd53d770561b2015166.tar.gz
gentoo-0f5948c104c2e64224780dd53d770561b2015166.tar.bz2
gentoo-0f5948c104c2e64224780dd53d770561b2015166.zip
package.mask: drop last-rited dev-python/robotframework
Closes: https://bugs.gentoo.org/719544 Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-python/robotframework')
-rw-r--r--dev-python/robotframework/Manifest1
-rw-r--r--dev-python/robotframework/metadata.xml9
-rw-r--r--dev-python/robotframework/robotframework-3.0.4.ebuild15
3 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/robotframework/Manifest b/dev-python/robotframework/Manifest
deleted file mode 100644
index db526da8c2f1..000000000000
--- a/dev-python/robotframework/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST robotframework-3.0.4.tar.gz 443354 BLAKE2B 1b9b048cc0e5ce9d13a7bbe54e659f5010236a84771f391ad4ff7f9c98d5ffa9d6e6f4974572b901a1804d8c12f5c2b135f03b2d1ae3a4e840103ee2f39e411e SHA512 be975099e54e265131b94431347d093a5b844bcbd24ecde7d4af4ccc97b51184e4b60572d8a1187691eacd73e8e566fda56a200ad30c7438a557752414524bbc
diff --git a/dev-python/robotframework/metadata.xml b/dev-python/robotframework/metadata.xml
deleted file mode 100644
index edf63dc9de86..000000000000
--- a/dev-python/robotframework/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!--maintainer-needed-->
- <upstream>
- <remote-id type="github">robotframework/robotframework</remote-id>
- <remote-id type="pypi">robotframework</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/robotframework/robotframework-3.0.4.ebuild b/dev-python/robotframework/robotframework-3.0.4.ebuild
deleted file mode 100644
index 028bce0802bf..000000000000
--- a/dev-python/robotframework/robotframework-3.0.4.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Test automation framework for acceptance testing & test-driven development"
-HOMEPAGE="https://robotframework.org/ https://pypi.org/project/robotframework/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"