summaryrefslogtreecommitdiff
path: root/dev-python/suds
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
committerV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
commit752d6256e5204b958b0ef7905675a940b5e9172f (patch)
tree330d16e6362a49cbed8875a777fe641a43376cd3 /dev-python/suds
parent0c100b7dd2b30e75b799d806df4ef899fd98e1ea (diff)
gentoo resync : 12.05.2022
Diffstat (limited to 'dev-python/suds')
-rw-r--r--dev-python/suds/Manifest5
-rw-r--r--dev-python/suds/metadata.xml12
-rw-r--r--dev-python/suds/suds-1.0.0.ebuild23
-rw-r--r--dev-python/suds/suds-1.1.0.ebuild24
4 files changed, 0 insertions, 64 deletions
diff --git a/dev-python/suds/Manifest b/dev-python/suds/Manifest
deleted file mode 100644
index 94b90f5dddae..000000000000
--- a/dev-python/suds/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST suds-community-1.0.0.tar.gz 282894 BLAKE2B 06b1d96c13b0e7f3259b550718d653979e4d7cf5d094c881fb2a4c56f6fd47aa0d204c960d1ec617d3d85fe18b1a86f468e9bbeab6695cde73330e2e97462103 SHA512 77f26df229a93ac0efbc4245180f4eb630bd565624cd5e3e92e82af3545c7ce63802eacfe616cc138e8dfcceb8d9007a88c911c654ca7ba77c82d6e9bcf75d77
-DIST suds-community-1.1.0.tar.gz 284545 BLAKE2B b5f6f6f46a35df3263664c9893745a2e723f3eef543cb1a9e9fd061956b0c00c219e818228de9bf11b2730ad0a8fed90ad731199ffc7ca9fba9f22c5c0c8dd41 SHA512 2c8902e16c3513c99ce6d8bdf58ef4f5c4d704f1bf2480ea2b23ec2adbd9e8919928bfd5e3fd6859028b7fbc3788d067b9b71bad2a20c2f4907e6e56f3f15350
-EBUILD suds-1.0.0.ebuild 542 BLAKE2B 65a1fffd25055e78ebde92e14a38ba2507b7a452e589ac813bc421fb05aee67d1ac49be0f7e545e2d065ec090e965ef227fb4f54f033021bd9f82c9685dea350 SHA512 64934b68654468daaca2ad4dc48ddc7ba4fc6b2fdf5356cc5abe52287fcb8c48b0614e5cd8b4416b11bd9bb5683b7a55cca5acb37c31d73c6aa182a6a84cfe9b
-EBUILD suds-1.1.0.ebuild 574 BLAKE2B 2260151b3210ed71803021eefdb0c78503686bdc59a866b6690f14da0365b11c948d3fc1054d0283e72d142c950fdd37da852899dd1dc726b60359a5fd52cec0 SHA512 a57c15519fa2a2c201d4d0e02c09be03870825c5ca03eb5da73827f65298be9633ddd64a955c8e30ca56fd6b553d928b6d155324f042666646c6b727ce87f157
-MISC metadata.xml 482 BLAKE2B 1f28806bd8daff7ef29aa2d75a15ec29a754c86d31e968ffd49d6bde35bd8d831d2596efa17612229b74fd9fc4f915eda48a43573e90cec77cbaef252d19297e SHA512 efbe52042096dc0efb0e8f6904cb043ac11880c0a751f9fc79e9f22962b9aa6ae2dd54315d9c52b79bc3adf393c75ec65446ec64e4b28eceb86221b94c53d30e
diff --git a/dev-python/suds/metadata.xml b/dev-python/suds/metadata.xml
deleted file mode 100644
index 4b683821f7ba..000000000000
--- a/dev-python/suds/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!--maintainer-needed-->
- <stabilize-allarches/>
- <upstream>
- <remote-id type="pypi">suds-community</remote-id>
- <remote-id type="github">suds-community/suds</remote-id>
- <bugs-to>https://github.com/suds-community/suds/issues</bugs-to>
- <changelog>https://github.com/suds-community/suds/blob/master/CHANGELOG.md</changelog>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/suds/suds-1.0.0.ebuild b/dev-python/suds/suds-1.0.0.ebuild
deleted file mode 100644
index d726362723b1..000000000000
--- a/dev-python/suds/suds-1.0.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_REQ_USE="xml(+)"
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-MY_PN="${PN}-community"
-DESCRIPTION="Lightweight SOAP client"
-HOMEPAGE="https://github.com/suds-community/suds"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
-
-DOCS=( README.md notes/. )
-
-distutils_enable_tests pytest
diff --git a/dev-python/suds/suds-1.1.0.ebuild b/dev-python/suds/suds-1.1.0.ebuild
deleted file mode 100644
index 84375f43f0ce..000000000000
--- a/dev-python/suds/suds-1.1.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_REQ_USE="xml(+)"
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-MY_PN="${PN}-community"
-DESCRIPTION="Lightweight SOAP client"
-HOMEPAGE="https://github.com/suds-community/suds"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
-
-DOCS=( README.md notes/. )
-
-distutils_enable_tests pytest