public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/peewee/
Date: Sat,  4 May 2024 11:32:03 +0000 (UTC)	[thread overview]
Message-ID: <1714822315.ce4f3f7e9f2eb76bd0075ef5013010e139afa439.mgorny@gentoo> (raw)

commit:     ce4f3f7e9f2eb76bd0075ef5013010e139afa439
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May  4 10:49:10 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May  4 11:31:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce4f3f7e

dev-python/peewee: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/peewee/Manifest             |  2 -
 dev-python/peewee/peewee-3.17.1.ebuild | 57 ---------------------------
 dev-python/peewee/peewee-3.17.2.ebuild | 72 ----------------------------------
 3 files changed, 131 deletions(-)

diff --git a/dev-python/peewee/Manifest b/dev-python/peewee/Manifest
index 0f6692c30f2e..55f7d59bd05a 100644
--- a/dev-python/peewee/Manifest
+++ b/dev-python/peewee/Manifest
@@ -1,3 +1 @@
-DIST peewee-3.17.1.gh.tar.gz 918980 BLAKE2B 192bdb4c8ba40c0d65f8182c4d87b6917d7758a8017977144b3455a0abdc96e6dfc2299cb9dfb967092c2619666816886b2f1fc163ee1e0607fb6ddfb6f2ae75 SHA512 7b3515949f862c96c9509edf2b1e7c8fc4947f3371421c5df8ca066f8456000471b0c2af8b906c9d826ea3bdc187b4e8676299b328160bda91ffd7f5a1b95435
-DIST peewee-3.17.2.gh.tar.gz 926852 BLAKE2B e40b049858f693d558e15c63d5bd4d7ad7978769d620f5e744df73d412f6d210c4f3bfa3c99cda9484730a3818e9ac0332131ecdc37224fdeb0ebb22100bfd21 SHA512 eaf495523170400e97416a4c3c6632f722648224f45aeba4ecc486e502324c4947fc0422acb0ba2bc8941c58b2ea920c5f48778e9d9af77aaf795035785dea01
 DIST peewee-3.17.3.gh.tar.gz 926892 BLAKE2B e5d378da37f7fda74c75d3c3998e3fae79e9b8c7d66ca5a17e76a7b855c9d7ae159b4eedb97f68c9ec13cf00f2268f425b36273e7b09fbd001364e748d13bc95 SHA512 d7d0c716c1b6600275c151894ea8738c3393e554627ae4d8cf0d52548be99cfaf31e5553f51762cedc7f9e66a779ddef60d305a3797e3db71ac1a2178bb45468

diff --git a/dev-python/peewee/peewee-3.17.1.ebuild b/dev-python/peewee/peewee-3.17.1.ebuild
deleted file mode 100644
index c7d0a62d3703..000000000000
--- a/dev-python/peewee/peewee-3.17.1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1
-
-DESCRIPTION="Small Python ORM"
-HOMEPAGE="
-	https://github.com/coleifer/peewee/
-	https://pypi.org/project/peewee/
-"
-SRC_URI="
-	https://github.com/coleifer/peewee/archive/${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
-IUSE="examples +native-extensions test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-	native-extensions? ( dev-db/sqlite:3= )
-"
-RDEPEND="
-	${DEPEND}
-"
-BDEPEND="
-	dev-python/cython[${PYTHON_USEDEP}]
-"
-
-distutils_enable_sphinx docs \
-	dev-python/sphinx-rtd-theme
-
-src_compile() {
-	if ! use native-extensions; then
-		local -x NO_SQLITE=1
-	fi
-
-	distutils-r1_src_compile
-}
-
-python_test() {
-	"${EPYTHON}" runtests.py -v 2 || die "tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-	use examples && DOCS=( examples/ )
-	distutils-r1_python_install_all
-}

diff --git a/dev-python/peewee/peewee-3.17.2.ebuild b/dev-python/peewee/peewee-3.17.2.ebuild
deleted file mode 100644
index 1db76107559a..000000000000
--- a/dev-python/peewee/peewee-3.17.2.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1
-
-DESCRIPTION="Small Python ORM"
-HOMEPAGE="
-	https://github.com/coleifer/peewee/
-	https://pypi.org/project/peewee/
-"
-SRC_URI="
-	https://github.com/coleifer/peewee/archive/${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
-IUSE="examples +native-extensions test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-	native-extensions? ( dev-db/sqlite:3= )
-"
-RDEPEND="
-	${DEPEND}
-"
-BDEPEND="
-	dev-python/cython[${PYTHON_USEDEP}]
-	test? (
-		dev-db/postgresql
-		dev-python/psycopg:0[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_sphinx docs \
-	dev-python/sphinx-rtd-theme
-
-src_compile() {
-	if ! use native-extensions; then
-		local -x NO_SQLITE=1
-	fi
-
-	distutils-r1_src_compile
-}
-
-src_test() {
-	initdb -D "${T}"/pgsql || die
-	pg_ctl -w -D "${T}"/pgsql start -o "-h '' -k '${T}'" || die
-	createdb -h "${T}" peewee_test || die
-
-	local -x PEEWEE_PSQL_HOST="${T}"
-	distutils-r1_src_test
-
-	pg_ctl -w -D "${T}"/pgsql stop || die
-}
-
-python_test() {
-	"${EPYTHON}" runtests.py -v 2 || die "tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-	use examples && DOCS=( examples/ )
-	distutils-r1_python_install_all
-}


             reply	other threads:[~2024-05-04 11:32 UTC|newest]

Thread overview: 115+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-04 11:32 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-02 12:50 [gentoo-commits] repo/gentoo:master commit in: dev-python/peewee/ Michał Górny
2024-11-02 12:08 Arthur Zamarin
2024-11-02  8:49 Michał Górny
2024-10-16  4:54 Michał Górny
2024-07-27 10:06 Michał Górny
2024-07-27  9:08 Arthur Zamarin
2024-07-27  7:05 Arthur Zamarin
2024-07-22 14:08 Michał Górny
2024-07-22 14:08 Michał Górny
2024-07-06 19:11 Arthur Zamarin
2024-06-15 17:33 Michał Górny
2024-05-25  6:33 Michał Górny
2024-05-25  6:22 Sam James
2024-05-25  6:08 Arthur Zamarin
2024-05-11  5:19 Michał Górny
2024-05-04  9:48 Arthur Zamarin
2024-05-04  7:57 Arthur Zamarin
2024-04-18  5:34 Michał Górny
2024-04-17 13:52 Michał Górny
2024-02-20 14:13 Michał Górny
2024-02-20 14:06 Jakov Smolić
2024-02-20  7:45 Sam James
2024-02-06  3:07 Michał Górny
2023-11-15 21:10 Michał Górny
2023-11-15 17:40 Sam James
2023-11-15 16:34 Arthur Zamarin
2023-10-14  6:29 Michał Górny
2023-09-02  3:30 Sam James
2023-09-02  3:30 Sam James
2023-09-01 12:16 Sam James
2023-08-14 14:55 Michał Górny
2023-08-14 14:55 Michał Górny
2023-07-30 12:46 Sam James
2023-07-30 12:44 Sam James
2023-05-23 18:38 Michał Górny
2023-05-23 17:48 Arthur Zamarin
2023-05-23 15:54 Arthur Zamarin
2023-04-22  6:17 Michał Górny
2023-04-19  6:16 Michał Górny
2023-03-30 16:47 Michał Górny
2023-03-30 16:42 Sam James
2023-03-30 16:29 Arthur Zamarin
2023-02-28  4:31 Sam James
2023-02-27 17:49 Michał Górny
2022-12-17  7:08 Michał Górny
2022-12-16 21:24 Arthur Zamarin
2022-12-16 20:04 Arthur Zamarin
2022-11-12  7:33 Michał Górny
2022-10-25  9:33 Michał Górny
2022-10-25  9:28 Sam James
2022-10-25  8:52 Sam James
2022-09-26  6:15 Michał Górny
2022-09-25 23:58 Sam James
2022-09-22 12:15 Michał Górny
2022-08-26 16:01 Arthur Zamarin
2022-07-25  7:14 Michał Górny
2022-07-25  7:07 Agostino Sarubbo
2022-07-12 15:48 Michał Górny
2022-06-18  6:47 Michał Górny
2022-06-04  7:42 Michał Górny
2022-04-16 15:58 Michał Górny
2022-04-16  7:38 Sam James
2022-04-16  7:38 Sam James
2022-03-24 22:50 Jakov Smolić
2022-03-09 18:26 Arthur Zamarin
2021-12-03  8:42 Michał Górny
2021-12-03  7:57 Arthur Zamarin
2021-12-02  8:54 Jakov Smolić
2021-10-28 20:51 Michał Górny
2021-10-28  7:00 Michał Górny
2021-06-04 14:40 Michał Górny
2021-04-22 15:07 Michał Górny
2021-04-22 12:11 Sam James
2021-04-22 12:08 Sam James
2021-04-11 11:23 Michał Górny
2021-04-11 11:06 Sam James
2021-04-07  6:22 Sam James
2021-03-20  7:22 Michał Górny
2021-03-15 15:03 Michał Górny
2021-03-15 13:43 Sam James
2021-03-15  6:30 Sam James
2021-03-11 22:59 Michał Górny
2021-03-04 22:21 Michał Górny
2021-03-02  9:06 Michał Górny
2021-03-02  7:39 Sam James
2021-03-02  7:38 Sam James
2021-02-08  8:44 Michał Górny
2020-12-31  6:26 Sam James
2020-12-31  6:07 Sam James
2020-08-02  8:36 Michał Górny
2020-07-15  5:58 Michał Górny
2020-05-12  6:39 Agostino Sarubbo
2020-05-12  6:31 Agostino Sarubbo
2020-04-26 16:53 Michał Górny
2020-04-25  8:49 Michał Górny
2020-04-25  8:48 Michał Górny
2018-06-24  9:40 Mikle Kolyada
2018-02-25  7:28 Patrick Lauer
2018-02-25  7:28 Patrick Lauer
2017-09-29 17:06 Patrick Lauer
2017-09-16 18:06 Patrick Lauer
2017-05-15 13:49 Manuel Rüger
2017-05-02 17:43 Michał Górny
2016-07-21  7:00 Tiziano Müller
2016-03-15 15:27 Agostino Sarubbo
2016-03-06 12:58 Agostino Sarubbo
2016-02-18  9:18 Patrice Clement
2016-02-18  9:18 Patrice Clement
2016-02-18  9:18 Patrice Clement
2016-01-05 11:20 Patrick Lauer
2015-12-02  9:33 Patrice Clement
2015-09-20 10:50 Justin Lecher
2015-08-26 11:00 Agostino Sarubbo
2015-08-10 10:22 Ian Delaney

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=1714822315.ce4f3f7e9f2eb76bd0075ef5013010e139afa439.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --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