Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/webpy/
Date: Sat, 04 Jan 2020 09:15:52
Message-Id: 1578129338.2a6c6c92da8a0bc21bea22ab6aabb0c5d29e18f7.zlogene@gentoo
1 commit: 2a6c6c92da8a0bc21bea22ab6aabb0c5d29e18f7
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 4 09:15:38 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 4 09:15:38 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a6c6c92
7
8 dev-python/webpy: remove last-rited pkg
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11
12 dev-python/webpy/Manifest | 2 --
13 dev-python/webpy/metadata.xml | 13 -------------
14 dev-python/webpy/webpy-0.37-r1.ebuild | 32 --------------------------------
15 dev-python/webpy/webpy-0.38.ebuild | 28 ----------------------------
16 4 files changed, 75 deletions(-)
17
18 diff --git a/dev-python/webpy/Manifest b/dev-python/webpy/Manifest
19 deleted file mode 100644
20 index 281e067466d..00000000000
21 --- a/dev-python/webpy/Manifest
22 +++ /dev/null
23 @@ -1,2 +0,0 @@
24 -DIST web.py-0.37.tar.gz 90232 BLAKE2B 3c6e867ce54a6e2cb7c4a296d1191344ea88b643518d5a3a8f7248d217c54c40ab2bc4288551ed47714418fb234b68c08c4c677277e131c626927571035f0c78 SHA512 766e24d9df6ab1c3a214156794a19c23fcb16ca7a4ee7586a7723f802eab2ba0b8cda4653c2504ef63f773609436ac12dfd40bbe6cf20e2f93bf95493f041628
25 -DIST web.py-0.38.tar.gz 91877 BLAKE2B cb5f009e0004b58cb431aa2d78a6127c83873d77e119a242d2aa745e69c304866df8333b8039b5e52d47b23b6c9f38d1d47bc03f449ead577775b99e57b1a48a SHA512 cac697206945f918bbe657d019623132e0bde9eabb0836f617cf86482095c756d6f28984e0efbedaab954966b58578d30cd9ecfecc0ed79f7d0ac74d95a19a12
26
27 diff --git a/dev-python/webpy/metadata.xml b/dev-python/webpy/metadata.xml
28 deleted file mode 100644
29 index fac6a719b9a..00000000000
30 --- a/dev-python/webpy/metadata.xml
31 +++ /dev/null
32 @@ -1,13 +0,0 @@
33 -<?xml version="1.0" encoding="UTF-8"?>
34 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
35 -<pkgmetadata>
36 - <maintainer type="project">
37 - <email>python@g.o</email>
38 - <name>Python</name>
39 - </maintainer>
40 - <longdescription lang="en">
41 - web.py provides small and simple web framework for
42 - python. It is a convenient tool for small sized
43 - websites.
44 - </longdescription>
45 -</pkgmetadata>
46
47 diff --git a/dev-python/webpy/webpy-0.37-r1.ebuild b/dev-python/webpy/webpy-0.37-r1.ebuild
48 deleted file mode 100644
49 index c59c79bb397..00000000000
50 --- a/dev-python/webpy/webpy-0.37-r1.ebuild
51 +++ /dev/null
52 @@ -1,32 +0,0 @@
53 -# Copyright 1999-2017 Gentoo Foundation
54 -# Distributed under the terms of the GNU General Public License v2
55 -
56 -EAPI="5"
57 -PYTHON_COMPAT=( python2_7 )
58 -
59 -inherit distutils-r1
60 -
61 -MY_PN="web.py"
62 -
63 -DESCRIPTION="A small and simple web framework for Python"
64 -HOMEPAGE="http://www.webpy.org https://pypi.org/project/web.py/"
65 -SRC_URI="http://www.webpy.org/static/${MY_PN}-${PV}.tar.gz"
66 -
67 -LICENSE="public-domain"
68 -SLOT="0"
69 -KEYWORDS="amd64 hppa x86 ~amd64-linux ~x86-linux"
70 -IUSE=""
71 -
72 -DEPEND=""
73 -RDEPEND=""
74 -
75 -S="${WORKDIR}/web.py-${PV}"
76 -
77 -python_test() {
78 - local return_status="0" test tests="db http net template utils"
79 - for test in ${tests}; do
80 - echo "Running doctests in ${test}.py..."
81 - "${PYTHON}" web/${test}.py || return_status="$?"
82 - done
83 - return "${return_status}"
84 -}
85
86 diff --git a/dev-python/webpy/webpy-0.38.ebuild b/dev-python/webpy/webpy-0.38.ebuild
87 deleted file mode 100644
88 index 28895eb899d..00000000000
89 --- a/dev-python/webpy/webpy-0.38.ebuild
90 +++ /dev/null
91 @@ -1,28 +0,0 @@
92 -# Copyright 1999-2017 Gentoo Foundation
93 -# Distributed under the terms of the GNU General Public License v2
94 -
95 -EAPI=6
96 -
97 -PYTHON_COMPAT=( python2_7 )
98 -
99 -inherit distutils-r1
100 -
101 -MY_PN="web.py"
102 -
103 -DESCRIPTION="A small and simple web framework for Python"
104 -HOMEPAGE="http://www.webpy.org https://pypi.org/project/web.py/"
105 -SRC_URI="http://www.webpy.org/static/${MY_PN}-${PV}.tar.gz"
106 -
107 -LICENSE="public-domain"
108 -SLOT="0"
109 -KEYWORDS="~amd64 ~hppa ~x86 ~amd64-linux ~x86-linux"
110 -
111 -S="${WORKDIR}/${MY_PN}-${PV}"
112 -
113 -python_test() {
114 - local t
115 - for t in db http net template utils; do
116 - einfo "Running doctests in ${t}.py..."
117 - "${EPYTHON}" web/${t}.py || die "Test ${t} failed with ${EPYTHON}"
118 - done
119 -}