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/promise/, profiles/
Date: Sun, 19 Aug 2018 08:56:47
Message-Id: 1534668978.586344fff9ae25180784719aca004fcdc4781a4d.mgorny@gentoo
1 commit: 586344fff9ae25180784719aca004fcdc4781a4d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 19 08:50:05 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 19 08:56:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=586344ff
7
8 dev-python/promise: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/651156
11
12 dev-python/promise/Manifest | 2 --
13 dev-python/promise/metadata.xml | 12 ------------
14 dev-python/promise/promise-0.4.2.ebuild | 30 ------------------------------
15 dev-python/promise/promise-2.1.ebuild | 26 --------------------------
16 profiles/package.mask | 6 ------
17 5 files changed, 76 deletions(-)
18
19 diff --git a/dev-python/promise/Manifest b/dev-python/promise/Manifest
20 deleted file mode 100644
21 index 760c730bbfa..00000000000
22 --- a/dev-python/promise/Manifest
23 +++ /dev/null
24 @@ -1,2 +0,0 @@
25 -DIST promise-0.4.2.tar.gz 7309 BLAKE2B 8d08c3985c6410d2b684bc27e300f4e5df620d3e035e127010a15ce2d774365f621eb4c3525b4422295d38cd62b5fcef2135758dd331d5769a86eca26ee378f7 SHA512 e3f0bd3dddfe3a304cb51d857418c8b8993f6e97c1a9e64622438869952174275ef4631259d5e6f090bfb39d4a2fd6bca8fe50ada5bb8ccea19ff726adcde7fd
26 -DIST promise-2.1.tar.gz 17974 BLAKE2B 5e1fc9bbed3af51812c43b1c13006037ada44404564a3064cb2e39657f6bb5dc0fec6d052ae9038439c60339fd4f4b5fa97330571398bf84243805b25ead94e8 SHA512 d4d5628c9b75f81fdb5d654a76e788df5296472cd73bcb8fd9a27979b8aadeb1d40a4d52cfed173341a5a97920132b00cee44d915ef640167127a249b5c0cac0
27
28 diff --git a/dev-python/promise/metadata.xml b/dev-python/promise/metadata.xml
29 deleted file mode 100644
30 index c482c8226f1..00000000000
31 --- a/dev-python/promise/metadata.xml
32 +++ /dev/null
33 @@ -1,12 +0,0 @@
34 -<?xml version="1.0" encoding="UTF-8"?>
35 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
36 -<pkgmetadata>
37 - <maintainer type="project">
38 - <email>python@g.o</email>
39 - <name>Python</name>
40 - </maintainer>
41 - <upstream>
42 - <remote-id type="pypi">promise</remote-id>
43 - <remote-id type="github">rfk/promise</remote-id>
44 - </upstream>
45 -</pkgmetadata>
46
47 diff --git a/dev-python/promise/promise-0.4.2.ebuild b/dev-python/promise/promise-0.4.2.ebuild
48 deleted file mode 100644
49 index 56bc6a936dd..00000000000
50 --- a/dev-python/promise/promise-0.4.2.ebuild
51 +++ /dev/null
52 @@ -1,30 +0,0 @@
53 -# Copyright 1999-2016 Gentoo Foundation
54 -# Distributed under the terms of the GNU General Public License v2
55 -
56 -EAPI=5
57 -
58 -PYTHON_COMPAT=( python2_7 )
59 -DISTUTILS_SINGLE_IMPL=1
60 -
61 -inherit distutils-r1
62 -
63 -DESCRIPTION="Bytecode optimisation using staticness assertions"
64 -HOMEPAGE="https://github.com/rfk/promise/ https://pypi.org/project/promise/"
65 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
66 -
67 -LICENSE="MIT"
68 -SLOT="0"
69 -KEYWORDS="~amd64 ~x86"
70 -IUSE="test"
71 -
72 -DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )"
73 -RDEPEND="${PYTHON_DEPS}"
74 -
75 -pkg_setup() {
76 - python-single-r1_pkg_setup
77 -}
78 -
79 -python_test() {
80 - # Timing tests fail.
81 - PROMISE_SKIP_TIMING_TESTS="1" nosetests || die "tests failed"
82 -}
83
84 diff --git a/dev-python/promise/promise-2.1.ebuild b/dev-python/promise/promise-2.1.ebuild
85 deleted file mode 100644
86 index e9a2866b834..00000000000
87 --- a/dev-python/promise/promise-2.1.ebuild
88 +++ /dev/null
89 @@ -1,26 +0,0 @@
90 -# Copyright 1999-2018 Gentoo Foundation
91 -# Distributed under the terms of the GNU General Public License v2
92 -
93 -EAPI=6
94 -
95 -PYTHON_COMPAT=( python{3_4,3_5} )
96 -
97 -DISTUTILS_SINGLE_IMPL=1
98 -
99 -inherit distutils-r1
100 -
101 -DESCRIPTION="Bytecode optimisation using staticness assertions"
102 -HOMEPAGE="https://github.com/rfk/promise/ https://pypi.org/project/promise/"
103 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
104 -
105 -LICENSE="MIT"
106 -SLOT="0"
107 -KEYWORDS="~amd64 ~x86"
108 -IUSE="test"
109 -
110 -DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )"
111 -RDEPEND="${PYTHON_DEPS}"
112 -
113 -python_test() {
114 - nosetests -v || die
115 -}
116
117 diff --git a/profiles/package.mask b/profiles/package.mask
118 index 74b3ae07769..892e5ca8f73 100644
119 --- a/profiles/package.mask
120 +++ b/profiles/package.mask
121 @@ -116,12 +116,6 @@ dev-python/wxpython:2.8
122 # Pulseeffects depends on atoms only found in gnome overlay
123 >=media-sound/pulseeffects-4.0.0
124
125 -# Michał Górny <mgorny@g.o> (12 Jul 2018)
126 -# Abandoned upstream, no reverse dependencies. Collides with
127 -# dev-python/promises (that has revdeps).
128 -# Removal in 30 days. Bug #651156.
129 -dev-python/promise
130 -
131 # Jonas Stein <jstein@g.o> (10 Jul 2018)
132 # Package is not maintained, has a broken SRC_URI and
133 # we may not mirror the files.