Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xstatic-jquery/
Date: Sun, 31 May 2020 10:22:31
Message-Id: 1590920504.5eef33c845987dc2e19c41e576667ba6964907d5.mgorny@gentoo
1 commit: 5eef33c845987dc2e19c41e576667ba6964907d5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 10:21:44 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 10:21:44 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eef33c8
7
8 dev-python/xstatic-jquery: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/719660
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/xstatic-jquery/Manifest | 1 -
14 dev-python/xstatic-jquery/metadata.xml | 11 -------
15 .../xstatic-jquery/xstatic-jquery-1.10.2.1.ebuild | 34 ----------------------
16 3 files changed, 46 deletions(-)
17
18 diff --git a/dev-python/xstatic-jquery/Manifest b/dev-python/xstatic-jquery/Manifest
19 deleted file mode 100644
20 index 8029dd55291..00000000000
21 --- a/dev-python/xstatic-jquery/Manifest
22 +++ /dev/null
23 @@ -1 +0,0 @@
24 -DIST xstatic-jquery-1.10.2.1.tar.gz 116458 BLAKE2B cc02edfbbab45bbf397923188f163df8c6567789d9c0704947804047f0067bbee9ddf0b1b96d477d25d79bc65bc4bf5891e2a88beeac1ae92279c0eecc842304 SHA512 1f77c82d0025ba0fe56934d76fb5dfc0929bd91b18e6141023246e5ed1358600cb10a9b69be806bdfac29df83e42572ab8c8aa8da40b688d02711aadff393270
25
26 diff --git a/dev-python/xstatic-jquery/metadata.xml b/dev-python/xstatic-jquery/metadata.xml
27 deleted file mode 100644
28 index 8768d46bf62..00000000000
29 --- a/dev-python/xstatic-jquery/metadata.xml
30 +++ /dev/null
31 @@ -1,11 +0,0 @@
32 -<?xml version="1.0" encoding="UTF-8"?>
33 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
34 -<pkgmetadata>
35 - <maintainer type="project">
36 - <email>python@g.o</email>
37 - <name>Python Project</name>
38 - </maintainer>
39 - <upstream>
40 - <remote-id type="pypi">XStatic</remote-id>
41 - </upstream>
42 -</pkgmetadata>
43
44 diff --git a/dev-python/xstatic-jquery/xstatic-jquery-1.10.2.1.ebuild b/dev-python/xstatic-jquery/xstatic-jquery-1.10.2.1.ebuild
45 deleted file mode 100644
46 index 931ec2ce546..00000000000
47 --- a/dev-python/xstatic-jquery/xstatic-jquery-1.10.2.1.ebuild
48 +++ /dev/null
49 @@ -1,34 +0,0 @@
50 -# Copyright 1999-2020 Gentoo Authors
51 -# Distributed under the terms of the GNU General Public License v2
52 -
53 -EAPI=6
54 -
55 -PYTHON_COMPAT=( python3_6 )
56 -
57 -inherit distutils-r1
58 -
59 -MY_PN="XStatic-jQuery"
60 -MY_P="${MY_PN}-${PV}"
61 -
62 -DESCRIPTION="XStatic jQuery package"
63 -HOMEPAGE="https://pypi.org/project/XStatic-jQuery"
64 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
65 -
66 -LICENSE="MIT"
67 -SLOT="0"
68 -KEYWORDS="~amd64 ~x86"
69 -IUSE="test"
70 -RESTRICT="!test? ( test )"
71 -
72 -RDEPEND="dev-python/xstatic[${PYTHON_USEDEP}]"
73 -
74 -DEPEND="
75 - ${RDEPEND}
76 - dev-python/setuptools[${PYTHON_USEDEP}]"
77 -
78 -S="${WORKDIR}/${MY_P}"
79 -
80 -python_install() {
81 - distutils-r1_python_install
82 - find "${ED}" -name '*.pth' -delete || die
83 -}