commit:     2a6c6c92da8a0bc21bea22ab6aabb0c5d29e18f7
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  4 09:15:38 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Jan  4 09:15:38 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a6c6c92

dev-python/webpy: remove last-rited pkg

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 dev-python/webpy/Manifest             |  2 --
 dev-python/webpy/metadata.xml         | 13 -------------
 dev-python/webpy/webpy-0.37-r1.ebuild | 32 --------------------------------
 dev-python/webpy/webpy-0.38.ebuild    | 28 ----------------------------
 4 files changed, 75 deletions(-)

diff --git a/dev-python/webpy/Manifest b/dev-python/webpy/Manifest
deleted file mode 100644
index 281e067466d..00000000000
--- a/dev-python/webpy/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST web.py-0.37.tar.gz 90232 BLAKE2B 
3c6e867ce54a6e2cb7c4a296d1191344ea88b643518d5a3a8f7248d217c54c40ab2bc4288551ed47714418fb234b68c08c4c677277e131c626927571035f0c78
 SHA512 
766e24d9df6ab1c3a214156794a19c23fcb16ca7a4ee7586a7723f802eab2ba0b8cda4653c2504ef63f773609436ac12dfd40bbe6cf20e2f93bf95493f041628
-DIST web.py-0.38.tar.gz 91877 BLAKE2B 
cb5f009e0004b58cb431aa2d78a6127c83873d77e119a242d2aa745e69c304866df8333b8039b5e52d47b23b6c9f38d1d47bc03f449ead577775b99e57b1a48a
 SHA512 
cac697206945f918bbe657d019623132e0bde9eabb0836f617cf86482095c756d6f28984e0efbedaab954966b58578d30cd9ecfecc0ed79f7d0ac74d95a19a12

diff --git a/dev-python/webpy/metadata.xml b/dev-python/webpy/metadata.xml
deleted file mode 100644
index fac6a719b9a..00000000000
--- a/dev-python/webpy/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>pyt...@gentoo.org</email>
-               <name>Python</name>
-       </maintainer>
-       <longdescription lang="en">
-               web.py provides small and simple web framework for
-               python. It is a convenient tool for small sized
-               websites.
-       </longdescription>
-</pkgmetadata>

diff --git a/dev-python/webpy/webpy-0.37-r1.ebuild 
b/dev-python/webpy/webpy-0.37-r1.ebuild
deleted file mode 100644
index c59c79bb397..00000000000
--- a/dev-python/webpy/webpy-0.37-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PN="web.py"
-
-DESCRIPTION="A small and simple web framework for Python"
-HOMEPAGE="http://www.webpy.org https://pypi.org/project/web.py/";
-SRC_URI="http://www.webpy.org/static/${MY_PN}-${PV}.tar.gz";
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="amd64 hppa x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-S="${WORKDIR}/web.py-${PV}"
-
-python_test() {
-       local return_status="0" test tests="db http net template utils"
-       for test in ${tests}; do
-               echo "Running doctests in ${test}.py..."
-               "${PYTHON}" web/${test}.py || return_status="$?"
-       done
-               return "${return_status}"
-}

diff --git a/dev-python/webpy/webpy-0.38.ebuild 
b/dev-python/webpy/webpy-0.38.ebuild
deleted file mode 100644
index 28895eb899d..00000000000
--- a/dev-python/webpy/webpy-0.38.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PN="web.py"
-
-DESCRIPTION="A small and simple web framework for Python"
-HOMEPAGE="http://www.webpy.org https://pypi.org/project/web.py/";
-SRC_URI="http://www.webpy.org/static/${MY_PN}-${PV}.tar.gz";
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86 ~amd64-linux ~x86-linux"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-python_test() {
-       local t
-       for t in db http net template utils; do
-               einfo "Running doctests in ${t}.py..."
-               "${EPYTHON}" web/${t}.py || die "Test ${t} failed with 
${EPYTHON}"
-       done
-}

Reply via email to