dev-python/python-spidermonkey: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Tue, 15 Oct 2019 16:41:52 +0000 (18:41 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 15 Oct 2019 16:42:01 +0000 (18:42 +0200)
Closes: https://bugs.gentoo.org/694280
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/python-spidermonkey/Manifest [deleted file]
dev-python/python-spidermonkey/files/python-spidermonkey-0.0.10-tests.patch [deleted file]
dev-python/python-spidermonkey/metadata.xml [deleted file]
dev-python/python-spidermonkey/python-spidermonkey-0.0.10.ebuild [deleted file]
profiles/package.mask

diff --git a/dev-python/python-spidermonkey/Manifest b/dev-python/python-spidermonkey/Manifest
deleted file mode 100644 (file)
index b22ec51..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST python-spidermonkey-0.0.10.tar.gz 787526 BLAKE2B 95a49c3735ee71c16a76b2e768a17454549625dee5c429456da1cc3f7bc3a1bc238c85c29d66eb02f64bc73b55193186d90f4a872f4e4b7ab0c550c0384fe5b9 SHA512 e3d45ba2e747f8f382e273962f8015be8e736cbd49246864d894d7db1d436c9e14c5e945f4bd3cf3a7aca8d4f60d0f57855704c5d2cac94630df26e67898f591
diff --git a/dev-python/python-spidermonkey/files/python-spidermonkey-0.0.10-tests.patch b/dev-python/python-spidermonkey/files/python-spidermonkey-0.0.10-tests.patch
deleted file mode 100644 (file)
index fca5fdd..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/tests/test-syntax-error.py b/tests/test-syntax-error.py
-index ab14deb..78fc0ed 100644
---- a/tests/test-syntax-error.py
-+++ b/tests/test-syntax-error.py
-@@ -9,7 +9,3 @@ import traceback
- def test_syntax_error(cx):
-     t.raises(t.JSError, cx.execute, "function(asdf;")
--@t.cx()
--def test_invalid_octal(cx):
--    t.raises(t.JSError, cx.execute, "09;")
--
diff --git a/dev-python/python-spidermonkey/metadata.xml b/dev-python/python-spidermonkey/metadata.xml
deleted file mode 100644 (file)
index e92ae67..0000000
+++ /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-needed -->
-       <longdescription>
-               JavaScript / Python bridge
-       </longdescription>
-       <upstream>
-               <remote-id type="pypi">python-spidermonkey</remote-id>
-               <remote-id type="github">davisp/python-spidermonkey</remote-id>
-       </upstream>
-</pkgmetadata>
diff --git a/dev-python/python-spidermonkey/python-spidermonkey-0.0.10.ebuild b/dev-python/python-spidermonkey/python-spidermonkey-0.0.10.ebuild
deleted file mode 100644 (file)
index 0d4c126..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=(python2_7)
-inherit distutils-r1
-
-DESCRIPTION="JavaScript / Python bridge"
-HOMEPAGE="https://github.com/davisp/python-spidermonkey"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-DEPEND="${CDEPEND}
-               dev-libs/nspr
-               >=dev-python/nose-0.10.0[${PYTHON_USEDEP}]"
-RDEPEND="${CDEPEND}"
-
-PATCHES=("${FILESDIR}"/${P}-tests.patch)
-
-python_test() {
-       esetup.py test
-}
index 40a4303151d0c79dacfa8d6b0e59d0d5ebe6f4fa..a434bce2a4e2493ebce0e9777ee25f22b40751bf 100644 (file)
@@ -504,7 +504,6 @@ dev-python/pyringe
 dev-python/pystdf
 dev-python/python-dsv
 dev-python/python-gudev
-dev-python/python-spidermonkey
 
 # Lars Wendler <polynomial-c@gentoo.org> (2019-09-04)
 # Unofficial build. Superseded by official 2.49.5 release.