commit:     93550eb06b16a8e8040705e5085e8c53a6ba80fc
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 14 08:27:19 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 14 08:29:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93550eb0

dev-python/ramlfications: Remove last-rited pkg

Closes: https://bugs.gentoo.org/719518
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/ramlfications/Manifest                  |  1 -
 dev-python/ramlfications/metadata.xml              | 17 --------
 .../ramlfications-0.1.9_p20160718.ebuild           | 46 ----------------------
 profiles/package.mask                              |  6 ---
 4 files changed, 70 deletions(-)

diff --git a/dev-python/ramlfications/Manifest 
b/dev-python/ramlfications/Manifest
deleted file mode 100644
index cc164330767..00000000000
--- a/dev-python/ramlfications/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ramlfications-0.1.9_p20160718.tar.gz 1104645 BLAKE2B 
a33cb4529db10b92280c9ed6bc04e2d4c2d534cc4748ce219984f7fc4c7bc432ad51adc901ea021b64a3776402b159d38cbd34e2c2bca4b863f012026e2b3a0e
 SHA512 
a21330cddb2d390744d7c13ee62edd701f74a83c16f87b897460e2353e265f4171e90e8b51bb0c17762a1f3494ddf8aeaa22c36f0aa093f936b9a51e2d75d1f5

diff --git a/dev-python/ramlfications/metadata.xml 
b/dev-python/ramlfications/metadata.xml
deleted file mode 100644
index 287698f5dd9..00000000000
--- a/dev-python/ramlfications/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <!--maintainer-needed-->
-       <upstream>
-               <maintainer>
-                       <email>[email protected]</email>
-                       <name>Lynn Root</name>
-               </maintainer>
-               <remote-id type="pypi">ramlfications</remote-id>
-               <remote-id type="github">spotify/ramlfications</remote-id>
-       </upstream>
-       <longdescription>ramlfications is an Apache-2.0 licensed reference 
implementation
-of a RAML parser in Python intended to be used for parsing API definitions
-(e.g. for static documentation-generation).
-       </longdescription>
-</pkgmetadata>

diff --git a/dev-python/ramlfications/ramlfications-0.1.9_p20160718.ebuild 
b/dev-python/ramlfications/ramlfications-0.1.9_p20160718.ebuild
deleted file mode 100644
index 56171eb5b11..00000000000
--- a/dev-python/ramlfications/ramlfications-0.1.9_p20160718.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_6)
-
-COMMIT="32a11cd7d75c4c5b3e3fc01c383314be298b0f9b"
-
-inherit eutils distutils-r1
-
-DESCRIPTION="RAML reference implementation in Python"
-HOMEPAGE="https://ramlfications.readthedocs.org/ 
https://pypi.org/project/ramlfications/";
-SRC_URI="https://github.com/spotify/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       dev-python/six[${PYTHON_USEDEP}]
-       dev-python/pyyaml[${PYTHON_USEDEP}]
-       dev-python/markdown2[${PYTHON_USEDEP}]
-       dev-python/jsonref[${PYTHON_USEDEP}]
-       dev-python/click[${PYTHON_USEDEP}]
-       dev-python/attrs[${PYTHON_USEDEP}]
-       dev-python/termcolor[${PYTHON_USEDEP}]
-       dev-python/xmltodict[${PYTHON_USEDEP}]
-"
-DEPEND="
-       ${RDEPEND}
-       test? (
-               dev-python/mock[${PYTHON_USEDEP}]
-               dev-python/pytest[${PYTHON_USEDEP}]
-               dev-python/pytest-localserver[${PYTHON_USEDEP}]
-               dev-python/pytest-mock[${PYTHON_USEDEP}]
-               dev-python/pytest-cov[${PYTHON_USEDEP}]
-       )
-"
-
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-python_test() {
-       py.test -v || die "Tests fail with ${EPYTHON}"
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 471a537ab55..2ccb7eb0e7e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -287,12 +287,6 @@ acct-group/octoprint
 acct-user/octoprint
 www-apps/octoprint
 
-# Brian Dolbec <[email protected]> (2020-05-08)
-# Unmaintained.  Stuck on Python 3.6.  The only revdep
-# is masked for removal.  Newer buildbot no longer depends on it.
-# Removal in 30 days.  Bug #719518.
-dev-python/ramlfications
-
 # Andreas K. Hüttel <[email protected]> (2020-05-02)
 # Included in recent texlive versions. Please uninstall.
 # Removal in 30 days.

Reply via email to