summaryrefslogtreecommitdiff
path: root/dev-python/sudsds
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-python/sudsds
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/sudsds')
-rw-r--r--dev-python/sudsds/Manifest3
-rw-r--r--dev-python/sudsds/metadata.xml11
-rw-r--r--dev-python/sudsds/sudsds-1.0.1-r1.ebuild20
3 files changed, 0 insertions, 34 deletions
diff --git a/dev-python/sudsds/Manifest b/dev-python/sudsds/Manifest
deleted file mode 100644
index 47e0ebee8845..000000000000
--- a/dev-python/sudsds/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST sudsds-1.0.1.tar.gz 84196 BLAKE2B b78feddadd3bcbb6ed69862209c8721f8750ebb8bcb54b1b999cf51a8018c1a87bc1115e026a3784cb59b989dd361fb28c838e81b0b08231af2a0ed0066562f1 SHA512 11f064702300651dc7f7100698d20946f1ee06c8d08963fcb123620fd8ce34608ffb5a5df9d28f5b241080ead32680a6376ba224253383901a0d81240957be36
-EBUILD sudsds-1.0.1-r1.ebuild 470 BLAKE2B ec9aebdb7573f1a4b6dfdc38b9d092d5c97a3d266af561d4c6af6da82d31c2dde1809961d8656f61874ec843f82af4421b12b2ca71718c24f3418e8315defa8f SHA512 f4e21ebaf8b8ddf83f7d845e0f10ff62cb0fab8e316271bd6d4d8b2247daaa77eab514e8fc455db550a680107627c7ff8d1f4c5b5bd15e6e10ed017df4b6ec19
-MISC metadata.xml 373 BLAKE2B bbc67d0f1de381d2a967a74c5395292616b9a7c4b21a1f9eae933bac0630fd9522d1c36110765b9276bf4d70c2f96e200b043197aa754d5fd2fca9ca9ece6d96 SHA512 2a45aae0cf567cbc9e0dbafed05a6b5212baa2be839a70c7b43b67df77ef36efc5b6e310a8b21c8a540b9646a1fdd5cebb8aa7a0b81d870f93b51833d61969a4
diff --git a/dev-python/sudsds/metadata.xml b/dev-python/sudsds/metadata.xml
deleted file mode 100644
index c46e7f526c19..000000000000
--- a/dev-python/sudsds/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <longdescription lang="en">
- A lightweight SOAP python client for consuming Web Services. Czech NIC labs fork.
- </longdescription>
-</pkgmetadata>
diff --git a/dev-python/sudsds/sudsds-1.0.1-r1.ebuild b/dev-python/sudsds/sudsds-1.0.1-r1.ebuild
deleted file mode 100644
index 13d2eb3f9c89..000000000000
--- a/dev-python/sudsds/sudsds-1.0.1-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Lightweight SOAP client - Czech NIC labs fork"
-HOMEPAGE="https://labs.nic.cz/page/969/"
-SRC_URI="http://www.nic.cz/public_media/datove_schranky/releases/src/${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=""