summaryrefslogtreecommitdiff
path: root/dev-python/pyds9
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-23 10:22:15 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-23 10:22:15 +0100
commit8b4ace9c50842c5b83401ea7b179dcab940387e1 (patch)
tree230f3135ceaace633cf93e9838b185c4a6664c2e /dev-python/pyds9
parent9ee6d97c2883d42f204a533a8bc1f4562df778fb (diff)
gentoo resync : 23.09.2020
Diffstat (limited to 'dev-python/pyds9')
-rw-r--r--dev-python/pyds9/Manifest4
-rw-r--r--dev-python/pyds9/files/pyds9-1.8.1-use-system-xpa.patch36
-rw-r--r--dev-python/pyds9/metadata.xml18
-rw-r--r--dev-python/pyds9/pyds9-1.8.1.ebuild25
4 files changed, 0 insertions, 83 deletions
diff --git a/dev-python/pyds9/Manifest b/dev-python/pyds9/Manifest
deleted file mode 100644
index df962464d04a..000000000000
--- a/dev-python/pyds9/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX pyds9-1.8.1-use-system-xpa.patch 1089 BLAKE2B a69e6f644ea475d115297fad9a4e5731233716af11a1aa67cf873dbaaebc70abedffb4cad86e65dd3a109372336b98de7a15bf55c3884a20b695faf86eca7801 SHA512 1cb86d67479485abf95898ca88e5949a6a0e2eb96a2eb1aeda777bc3815653f6e1a8a7be9345b1a50eb4fa63c205b6a2a5ef4838a7b585d7e2d5a74e6e60e08c
-DIST pyds9-1.8.1.tar.gz 899377 BLAKE2B 06b38aa1b4c2df7ed69908d2fe3d884cdc5598846594c32f9c3f8c078f3ab4424e6906dda051a94916bb61659d3d5e6b9cf676e97494bd542df714e5756b3610 SHA512 6924ba2a1c1ccd0b3c068d4923c6a35127da744b91b97ece7d075bfde68ff49e6d24ae55869aa5e0e462f3f488db697dcdb33d217b33b6d63551286d9a95eec9
-EBUILD pyds9-1.8.1.ebuild 595 BLAKE2B a5644ae52720f51266cee0b2e78d383326bd288a1d8ea7cea11f053de77c49b9499917d5bdc7f8a042843d35454678205c6f3a539eb4981a877af4b8531463e1 SHA512 d67be658121e8af0a243b10dc24be5612476592fcbc1076163847d5887f23af8e72bb2e49b2c9035d0ed5570dc72691e9f144a47069af2779e0d88c08c9a4c59
-MISC metadata.xml 689 BLAKE2B 091eee3939c4065d1bd1b058ae992badbd4184eddd94d87bd011a89de3ec635497ac38503488d00866096b0ff0465171b2d65df85ba8ffffa5396099902c11ee SHA512 edb6305f963fff8c98d5d24f7873bdaf30a49db7defcb2c1b4e76c8bf82d9d4843f217da5a3a7c19cd6eedd41450d9d53c7638b3296b7e6a906808457458b279
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 b84994f76b08..000000000000
--- a/dev-python/pyds9/files/pyds9-1.8.1-use-system-xpa.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-Author: Ole Streicher <debian@liska.ath.cx>
-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='saord@cfa.harvard.edu',
- 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 638486c778fb..000000000000
--- 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>sci-astronomy@gentoo.org</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 1124444adc6c..000000000000
--- 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" )