commit:     fa4825b30e178d26aad1992fdf6b5882766ee8c0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 14:15:03 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 14:15:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa4825b3

dev-python/pyds9: Remove last-rited pkg

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

 dev-python/pyds9/Manifest                          |  1 -
 .../pyds9/files/pyds9-1.8.1-use-system-xpa.patch   | 36 ----------------------
 dev-python/pyds9/metadata.xml                      | 18 -----------
 dev-python/pyds9/pyds9-1.8.1.ebuild                | 25 ---------------
 profiles/package.mask                              |  1 -
 5 files changed, 81 deletions(-)

diff --git a/dev-python/pyds9/Manifest b/dev-python/pyds9/Manifest
deleted file mode 100644
index 846f5ab6d68..00000000000
--- a/dev-python/pyds9/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pyds9-1.8.1.tar.gz 899377 BLAKE2B 
06b38aa1b4c2df7ed69908d2fe3d884cdc5598846594c32f9c3f8c078f3ab4424e6906dda051a94916bb61659d3d5e6b9cf676e97494bd542df714e5756b3610
 SHA512 
6924ba2a1c1ccd0b3c068d4923c6a35127da744b91b97ece7d075bfde68ff49e6d24ae55869aa5e0e462f3f488db697dcdb33d217b33b6d63551286d9a95eec9

diff --git a/dev-python/pyds9/files/pyds9-1.8.1-use-system-xpa.patch 
b/dev-python/pyds9/files/pyds9-1.8.1-use-system-xpa.patch
deleted file mode 100644
index b84994f76b0..00000000000
--- a/dev-python/pyds9/files/pyds9-1.8.1-use-system-xpa.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-Author: Ole Streicher <[email protected]>
-Description: Don't install and use the convienience copy provided in the
- source, but use the one installed by the "libxpa1" package.
---- a/setup.py
-+++ b/setup.py
-@@ -21,7 +21,7 @@
- xpadir = 'xpa'
- 
- 
--def make(which):
-+def _disabled_make(which):
-     curdir = os.getcwd()
-     srcDir = os.path.join(os.path.dirname(os.path.abspath(__file__)), xpadir)
-     os.chdir(srcDir)
-@@ -86,10 +86,5 @@
-       author_email='[email protected]',
-       url='http://hea-www.harvard.edu/saord/ds9/',
-       py_modules=['pyds9', 'xpa'],
--      data_files=[('', [os.path.join(xpadir, xpalib),
--                        os.path.join(xpadir, xpans)])],
--      cmdclass={'build_py': my_build_py,
--                'install_data': my_install_data,
--                'clean': my_clean},
-       install_requires=['six']
-       )
---- a/xpa.py
-+++ b/xpa.py
-@@ -28,7 +28,7 @@
-         return _fname
-     return None
- 
--_libpath = _find_shlib('xpa')
-+_libpath = 'libxpa.so.1'
- if _libpath:
-     libxpa = ctypes.cdll.LoadLibrary(_libpath)
-     _ulist = platform.uname()

diff --git a/dev-python/pyds9/metadata.xml b/dev-python/pyds9/metadata.xml
deleted file mode 100644
index 638486c778f..00000000000
--- a/dev-python/pyds9/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <maintainer type="project">
-    <email>[email protected]</email>
-    <name>Gentoo Astronomy Project</name>
-  </maintainer>
-  <longdescription lang="en">
-  The XPA messaging system provides seamless communication between
-  many kinds of Unix programs, including Tcl/Tk programs such as
-  ds9. The pyds9 module uses a  Python interface to XPA to communicate
-  with ds9. It supports communication with all of ds9’s XPA access
-  points.
-  </longdescription>
-  <upstream>
-    <remote-id type="github">ericmandel/pyds9</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/dev-python/pyds9/pyds9-1.8.1.ebuild 
b/dev-python/pyds9/pyds9-1.8.1.ebuild
deleted file mode 100644
index 1124444adc6..00000000000
--- a/dev-python/pyds9/pyds9-1.8.1.ebuild
+++ /dev/null
@@ -1,25 +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="Python interface to XPA to communicate with DS9"
-HOMEPAGE="https://github.com/ericmandel/pyds9";
-SRC_URI="https://github.com/ericmandel/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND="x11-libs/xpa:0
-       dev-python/six[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
-
-DOCS=(changelog README.md)
-
-PATCHES=( "${FILESDIR}/${P}-use-system-xpa.patch" )

diff --git a/profiles/package.mask b/profiles/package.mask
index 3bc1d01fa32..2cea2e368be 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -610,7 +610,6 @@ dev-python/jplephem
 dev-python/natgrid
 dev-python/pcapy
 dev-python/promises
-dev-python/pyds9
 
 # Alfredo Tupone <[email protected]> (2020-08-16)
 # Ported to py3.8 but not yet released

Reply via email to