commit: dc17c4b7a4c44a4ec391d741dac9219845e62fe1 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Dec 23 09:00:17 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Dec 23 09:02:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc17c4b7
dev-python/pywinrm: Remove last-rited pkg Closes: https://bugs.gentoo.org/755623 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/pywinrm/Manifest | 1 - dev-python/pywinrm/metadata.xml | 12 ------------ dev-python/pywinrm/pywinrm-0.4.1.ebuild | 25 ------------------------- profiles/package.mask | 1 - 4 files changed, 39 deletions(-) diff --git a/dev-python/pywinrm/Manifest b/dev-python/pywinrm/Manifest deleted file mode 100644 index 34b3cabdd80..00000000000 --- a/dev-python/pywinrm/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pywinrm-0.4.1.tar.gz 36391 BLAKE2B 13b4db5292648fb497a4b85f6051ea2ea880ec9c1bd5970673e983b217c0787ccd0e1e504c8af12b0c4941294a440ef0449f968ba446254558a10df69bbcccdf SHA512 0eaeb190d37f055c10d1bd8ae1414da4a7396351fd6286b1e5ffc22b8f8ed589c03e2cbf1c287e5ea8fc00c08012a206657cecb77ec69cd373ff462c3b18e3d7 diff --git a/dev-python/pywinrm/metadata.xml b/dev-python/pywinrm/metadata.xml deleted file mode 100644 index 4091bd7dda6..00000000000 --- a/dev-python/pywinrm/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Tony Vroon</name> - </maintainer> - - <upstream> - <remote-id type="pypi">pywinrm</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/pywinrm/pywinrm-0.4.1.ebuild b/dev-python/pywinrm/pywinrm-0.4.1.ebuild deleted file mode 100644 index 59c86e78eea..00000000000 --- a/dev-python/pywinrm/pywinrm-0.4.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=7 - -PYTHON_COMPAT=( python3_{6,7} ) -inherit distutils-r1 - -DESCRIPTION="Windows Remote Management through Python" -HOMEPAGE="https://pypi.org/project/pywinrm/" -SRC_URI="mirror://pypi/p/pywinrm/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND="dev-python/xmltodict[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/requests-credssp[${PYTHON_USEDEP}] - dev-python/requests-kerberos[${PYTHON_USEDEP}] - dev-python/requests-ntlm[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/profiles/package.mask b/profiles/package.mask index cc998fbad93..cde510c28e1 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -297,7 +297,6 @@ games-emulation/fakenes # (or are broken). They have no reverse dependencies, except for other # packages from the list. # Removal in 30 days. Bug #755623. -dev-python/pywinrm dev-python/rednose dev-python/resumable-urlretrieve dev-python/shutilwhich
