From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A268D138334 for ; Sat, 4 Jan 2020 09:15:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB601E0886; Sat, 4 Jan 2020 09:15:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B9435E0886 for ; Sat, 4 Jan 2020 09:15:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9666634DC29 for ; Sat, 4 Jan 2020 09:15:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50AB51E for ; Sat, 4 Jan 2020 09:15:49 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1578129338.2a6c6c92da8a0bc21bea22ab6aabb0c5d29e18f7.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/webpy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/webpy/Manifest dev-python/webpy/metadata.xml dev-python/webpy/webpy-0.37-r1.ebuild dev-python/webpy/webpy-0.38.ebuild X-VCS-Directories: dev-python/webpy/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 2a6c6c92da8a0bc21bea22ab6aabb0c5d29e18f7 X-VCS-Branch: master Date: Sat, 4 Jan 2020 09:15:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1c225430-5e13-421f-bd84-21b8afbc441f X-Archives-Hash: bb2e3ab21aaf9be35caca676abaedf9b commit: 2a6c6c92da8a0bc21bea22ab6aabb0c5d29e18f7 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Jan 4 09:15:38 2020 +0000 Commit: Mikle Kolyada gentoo 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 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 @@ - - - - - python@gentoo.org - Python - - - web.py provides small and simple web framework for - python. It is a convenient tool for small sized - websites. - - 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 -}