public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/webpy/
Date: Fri, 18 Dec 2020 19:36:58 +0000 (UTC)	[thread overview]
Message-ID: <1608320211.5f744a518e2f28c26f1bb61d019ff70668e605a7.andrewammerlaan@gentoo> (raw)
Message-ID: <20201218193658.AYQ7isEHJpQ8xWzbaoxKUFdOlI2A_JjBPGs6lcA823A@z> (raw)

commit:     5f744a518e2f28c26f1bb61d019ff70668e605a7
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Dec 18 19:36:51 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Dec 18 19:36:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5f744a51

dev-python/webpy: version bump 0.62

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/webpy/Manifest                          |  4 +-
 dev-python/webpy/webpy-0.50.ebuild                 | 42 ---------------------
 dev-python/webpy/webpy-0.51_p20200405.ebuild       | 43 ----------------------
 .../webpy/{webpy-0.40.ebuild => webpy-0.62.ebuild} | 13 ++-----
 4 files changed, 4 insertions(+), 98 deletions(-)

diff --git a/dev-python/webpy/Manifest b/dev-python/webpy/Manifest
index 7493c9bf..b793bd44 100644
--- a/dev-python/webpy/Manifest
+++ b/dev-python/webpy/Manifest
@@ -1,3 +1 @@
-DIST webpy-0.40.tar.gz 103372 BLAKE2B 3c9f9a3a1be57794589321c6845b691e45956cc9a55988e4dd4fe2ba056bb6118258c441ca219ae214a967f27637e26d03c5cc9052e6f869c75e4ce0458b4f20 SHA512 84553c916cdcbf0f994839c9293f881d0eee9450dfbfa571bb208ef47c5308569d8c2b89732ef85be92f9f8c4fb87838e1507566019d5d381fbb51419bfd64f8
-DIST webpy-0.50.tar.gz 105473 BLAKE2B d535016c8e97d06c122e03a3c9888c00415bf9bb12b54812f73d6505eca21ff6f8765d7b3438760ad29f9dbece84e1ccfa5d4aeba8a02298604ca95126643ec5 SHA512 935689e9ee21b41ea942b314c304f934a83dbc522ee99773a74adb7eea2a44bc2fe5e9f28b1c9dfcdd6daa6c6f599b176b31a880520c8f0af64ba89bf76af1f3
-DIST webpy-0.51_p20200405.tar.gz 103748 BLAKE2B 070d08306b1fd32a660cdc77655ce7982f4abeacde95e0c05a59b53170655fad6c76d29bbfe6cd496575f59874ccccef2140ffbe4d7521cb140d71eac8b7f95e SHA512 cedbf05c92eb4688c9854d3cdf99938d4ff076f85da593c762f378de579cd2bd0b29012390c22722a64e1383edd186758fadf4a75d4217d95a0c4de9809bf18d
+DIST webpy-0.62.tar.gz 104552 BLAKE2B bd94dc9ca9aaf2c4ba9be2d14e66c176031818617f6b505c85e849d299b0fd7f4b77d008d23e78c922584cbd46938206fb5f0f4c19f082811d800d259014b79a SHA512 2b91977bb78e9387c78ed893b098d665a5189e7b9cb1eacbaf903564285524dabc960107b0e1ba4a85c3aedf73ef63ae05338cc71ccacad47a310970afb77cd9

diff --git a/dev-python/webpy/webpy-0.50.ebuild b/dev-python/webpy/webpy-0.50.ebuild
deleted file mode 100644
index 86192841..00000000
--- a/dev-python/webpy/webpy-0.50.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="A web framework for python that is as simple as it is powerful"
-HOMEPAGE="
-	https://webpy.org/
-	https://github.com/webpy/webpy
-"
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	dev-python/cheroot[${PYTHON_USEDEP}]
-"
-DEPEND="
-	${RDEPEND}
-	test? (
-		>=dev-python/pytest-4.6.2[${PYTHON_USEDEP}]
-	)
-"
-#		dev-python/dbutils[${PYTHON_USEDEP}]
-#		>=dev-python/mysql-connector-python-8.0.19[${PYTHON_USEDEP}]
-#		dev-python/pymysql[${PYTHON_USEDEP}]
-#		>=dev-python/psycopg-2.8.4[${PYTHON_USEDEP}]
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs
-
-src_prepare() {
-	#tests require postgresql and mysql running
-	rm tests/test_db.py
-	default
-}

diff --git a/dev-python/webpy/webpy-0.51_p20200405.ebuild b/dev-python/webpy/webpy-0.51_p20200405.ebuild
deleted file mode 100644
index 0dfe6734..00000000
--- a/dev-python/webpy/webpy-0.51_p20200405.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit distutils-r1
-
-COMMIT="16de3147e61aa4dc735efa116c50603707fb0683"
-
-DESCRIPTION="A web framework for python that is as simple as it is powerful"
-HOMEPAGE="
-	https://webpy.org/
-	https://github.com/webpy/webpy
-	https://pypi.org/project/web.py
-"
-SRC_URI="https://github.com/${PN}/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	>=dev-python/cheroot-6.0.0[${PYTHON_USEDEP}]
-"
-DEPEND="
-	${RDEPEND}
-	test? (
-		>=dev-python/pytest-5.4.1[${PYTHON_USEDEP}]
-	)
-"
-
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs
-
-src_prepare() {
-	#tests require postgresql and mysql running
-	rm tests/test_db.py || die
-	default
-}

diff --git a/dev-python/webpy/webpy-0.40.ebuild b/dev-python/webpy/webpy-0.62.ebuild
similarity index 72%
rename from dev-python/webpy/webpy-0.40.ebuild
rename to dev-python/webpy/webpy-0.62.ebuild
index 86192841..5adfaa91 100644
--- a/dev-python/webpy/webpy-0.40.ebuild
+++ b/dev-python/webpy/webpy-0.62.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python3_7 )
+PYTHON_COMPAT=( python3_{7,8,9} )
 
 inherit distutils-r1
 
@@ -21,16 +21,9 @@ KEYWORDS="~amd64 ~x86"
 RDEPEND="
 	dev-python/cheroot[${PYTHON_USEDEP}]
 "
-DEPEND="
-	${RDEPEND}
-	test? (
+BDEPEND="test? (
 		>=dev-python/pytest-4.6.2[${PYTHON_USEDEP}]
-	)
-"
-#		dev-python/dbutils[${PYTHON_USEDEP}]
-#		>=dev-python/mysql-connector-python-8.0.19[${PYTHON_USEDEP}]
-#		dev-python/pymysql[${PYTHON_USEDEP}]
-#		>=dev-python/psycopg-2.8.4[${PYTHON_USEDEP}]
+)"
 
 distutils_enable_tests pytest
 distutils_enable_sphinx docs


             reply	other threads:[~2020-12-18 19:37 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-18 19:55 Andrew Ammerlaan [this message]
2020-12-18 19:36 ` [gentoo-commits] repo/proj/guru:dev commit in: dev-python/webpy/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2024-05-14 20:07 Julien Roy
2024-05-14 20:12 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-05-14 20:07 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-05-14 20:12 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2021-07-05 15:48 Haelwenn Monnier
2021-05-06  9:55 Andrew Ammerlaan
2020-05-18 14:15 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-05-18 14:15 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-05-17 14:44 Andrew Ammerlaan
2020-03-28 11:00 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-03-28 11:08 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1608320211.5f744a518e2f28c26f1bb61d019ff70668e605a7.andrewammerlaan@gentoo \
    --to=andrewammerlaan@riseup.net \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox