summaryrefslogtreecommitdiff
path: root/dev-python/sampy
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-python/sampy
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/sampy')
-rw-r--r--dev-python/sampy/Manifest3
-rw-r--r--dev-python/sampy/metadata.xml16
-rw-r--r--dev-python/sampy/sampy-1.2.1.ebuild18
3 files changed, 0 insertions, 37 deletions
diff --git a/dev-python/sampy/Manifest b/dev-python/sampy/Manifest
deleted file mode 100644
index 490b9dc2ad66..000000000000
--- a/dev-python/sampy/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST sampy-1.2.1.tar.gz 63520 BLAKE2B 40091c22b2b3cb6f3a0836c062725ca1e40a6c1e1fed0b6f9443fc79f1de88dcb9f22337896213f3890eba4c92bc7ff5533af32491095ed624a9910681460363 SHA512 a531d797b1ce3539a78cdb6ea9b943adad1537ce4e151925b9ed44513fcff1de625026e2d23abc39cd326f69cf71849124395c3cc874c603ecc60ab14e188d13
-EBUILD sampy-1.2.1.ebuild 460 BLAKE2B 7013c47de636d36139440851d7be8a35345d1f5e97145143291475e57d382fd45d0d36bcb70737be019bdf431d802f50e828b9862efcac36a1ae38febe6d44b2 SHA512 d141621bcb46f6662032f74f7e11d729f8a4685a51367dae0433c1d74568acf65874968d80eca3667b0eb14bd0200e4291ef2fd46732ef081c0df1e58d7ad822
-MISC metadata.xml 537 BLAKE2B 9f6fd3923d316c0a13200770e2c7baee95d09fbfdb64a721f70432d20c6f8e2d2a60c62522201fb112366a8c92740c506a2f62f568b1066a9180d4e378b2cf19 SHA512 be34835ecfdc10e52648e3c0ce500d5d6341266b16ca8accc12f60832186f39a5ada1ca711645f52eb4c53daf8e1ccfef7eda9191aa4489ee9156311446683cd
diff --git a/dev-python/sampy/metadata.xml b/dev-python/sampy/metadata.xml
deleted file mode 100644
index 8b8a18adc9e4..000000000000
--- a/dev-python/sampy/metadata.xml
+++ /dev/null
@@ -1,16 +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">
- SAMPy is a Python implementation of the Internation Virtual
- Astronomy Organiztion of the Simple Application
- Messaging Protocol (with Web Profile support).
-</longdescription>
-<upstream>
- <remote-id type="pypi">sampy</remote-id>
-</upstream>
-</pkgmetadata>
diff --git a/dev-python/sampy/sampy-1.2.1.ebuild b/dev-python/sampy/sampy-1.2.1.ebuild
deleted file mode 100644
index 2658fc8b64a2..000000000000
--- a/dev-python/sampy/sampy-1.2.1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="tk(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Simple Application Messaging Protocol messaging system implementation in Python"
-HOMEPAGE="http://packages.python.org/sampy/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE=""