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/mako/
Date: Wed, 14 Feb 2024 12:36:17 +0000 (UTC)	[thread overview]
Message-ID: <1707913834.4930961e3ada78acd1d48b40f98ff9bb055f0105.mgorny@gentoo> (raw)

commit:     4930961e3ada78acd1d48b40f98ff9bb055f0105
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 14 12:30:34 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 14 12:30:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4930961e

dev-python/mako: Remove old

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

 dev-python/mako/Manifest          |  2 --
 dev-python/mako/mako-1.3.0.ebuild | 49 ---------------------------------------
 dev-python/mako/mako-1.3.1.ebuild | 49 ---------------------------------------
 3 files changed, 100 deletions(-)

diff --git a/dev-python/mako/Manifest b/dev-python/mako/Manifest
index 3efff6a6e5c5..1877327c693c 100644
--- a/dev-python/mako/Manifest
+++ b/dev-python/mako/Manifest
@@ -1,3 +1 @@
-DIST Mako-1.3.0.tar.gz 386252 BLAKE2B 7364a4eeb8d71d7bdeabc6c6df863c4cec5094ae2f858c8c23d4287bbeded62325c3f4fe122c19950043dc32480f2b46c72771fab2f89a339202cfbe387f61f6 SHA512 1be454ceff8942ee50052b3b2dec392f236aad2111828a6962ca80bc0d9692f632b7d992b161fb206c10db19e94f96a0688633d03c7b54e01b4f843283b80cb4
-DIST Mako-1.3.1.tar.gz 390075 BLAKE2B cefaee46d53f235922d7a3f62831ab50e530d7ae27d068d56389c7116589bda1306991e779444564a2777829332206afde4278833eeb2929d7e5c0c7a080e978 SHA512 efa638500508168a3bd417b86c3d3b6289036fd1f92794c0f00a97c37dba4c1fd125d39272834f0002e98607b10a78ac784005fe545d208b87992c75f631dce2
 DIST Mako-1.3.2.tar.gz 390659 BLAKE2B 930b74a19c8b582781b05d7042f8c27636989614df62328f5c3548d427c1e3e2366edb8a7ad3ecbd123ef5344c9cf2ba1bdc00e8540b9624d7bcecfecb8329a5 SHA512 acde7b4be929fdd97f2a3fc133966ffc44b5706dbdd3f1af0fee16620b3c82d12b1a67b7292a229084ebb4f0c392e8db1b2844112baa3c6a5fd2be8777b04897

diff --git a/dev-python/mako/mako-1.3.0.ebuild b/dev-python/mako/mako-1.3.0.ebuild
deleted file mode 100644
index d282e3c6190c..000000000000
--- a/dev-python/mako/mako-1.3.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYPI_PN=${PN^}
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A Python templating language"
-HOMEPAGE="
-	https://www.makotemplates.org/
-	https://github.com/sqlalchemy/mako/
-	https://pypi.org/project/Mako/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="doc"
-
-RDEPEND="
-	>=dev-python/markupsafe-0.9.2[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	test? (
-		dev-python/Babel[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-	local EPYTEST_DESELECT=()
-	[[ ${EPYTHON} == pypy3 ]] && EPYTEST_DESELECT+=(
-		test/test_exceptions.py::ExceptionsTest::test_alternating_file_names
-	)
-	epytest
-}
-
-python_install_all() {
-	rm -r doc/build || die
-
-	use doc && local HTML_DOCS=( doc/. )
-	distutils-r1_python_install_all
-}

diff --git a/dev-python/mako/mako-1.3.1.ebuild b/dev-python/mako/mako-1.3.1.ebuild
deleted file mode 100644
index 2069ece40b7a..000000000000
--- a/dev-python/mako/mako-1.3.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYPI_PN=${PN^}
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A Python templating language"
-HOMEPAGE="
-	https://www.makotemplates.org/
-	https://github.com/sqlalchemy/mako/
-	https://pypi.org/project/Mako/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="doc"
-
-RDEPEND="
-	>=dev-python/markupsafe-0.9.2[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	test? (
-		dev-python/Babel[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-	local EPYTEST_DESELECT=()
-	[[ ${EPYTHON} == pypy3 ]] && EPYTEST_DESELECT+=(
-		test/test_exceptions.py::ExceptionsTest::test_alternating_file_names
-	)
-	epytest
-}
-
-python_install_all() {
-	rm -r doc/build || die
-
-	use doc && local HTML_DOCS=( doc/. )
-	distutils-r1_python_install_all
-}


             reply	other threads:[~2024-02-14 12:36 UTC|newest]

Thread overview: 101+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-14 12:36 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-09  9:55 [gentoo-commits] repo/gentoo:master commit in: dev-python/mako/ Michał Górny
2024-11-09  9:02 Arthur Zamarin
2024-10-22  3:10 Michał Górny
2024-06-01  7:22 Michał Górny
2024-06-01  7:17 Arthur Zamarin
2024-05-15  2:08 Michał Górny
2024-05-14  6:16 Michał Górny
2024-04-27  8:26 Michał Górny
2024-04-27  6:53 Michał Górny
2024-04-11  4:25 Michał Górny
2024-02-14 12:26 Michał Górny
2024-01-30 14:19 Michał Górny
2024-01-23  4:39 Michał Górny
2023-11-29 10:30 Michał Górny
2023-11-29 10:26 Michał Górny
2023-11-09  4:15 Michał Górny
2023-05-28 16:25 Michał Górny
2022-12-25 17:33 Michał Górny
2022-11-17  6:15 Michał Górny
2022-10-24 19:42 Arthur Zamarin
2022-10-24 19:33 Arthur Zamarin
2022-09-23 20:06 Arthur Zamarin
2022-09-08  5:42 Michał Górny
2022-09-07 20:37 Sam James
2022-08-30  5:45 Michał Górny
2022-08-02 19:05 Michał Górny
2022-08-02 17:31 Arthur Zamarin
2022-06-30 17:09 Arthur Zamarin
2022-05-13  9:08 Michał Górny
2022-05-13  9:08 Michał Górny
2022-05-08  7:34 WANG Xuerui
2022-04-15 17:19 Arthur Zamarin
2022-03-15 13:23 Michał Górny
2022-01-01 10:49 Arthur Zamarin
2021-12-18 15:36 Michał Górny
2021-12-18 13:38 Arthur Zamarin
2021-11-17 20:46 Michał Górny
2021-09-25 22:00 Michał Górny
2021-09-25 19:53 Sam James
2021-08-21  7:56 Michał Górny
2021-05-06 11:38 Michał Górny
2021-03-02  8:25 Michał Górny
2021-03-02  1:34 Sam James
2021-01-15  7:35 Michał Górny
2020-09-20  8:35 Michał Górny
2020-07-09 12:20 Michał Górny
2020-05-30  7:12 Michał Górny
2020-05-25 19:48 Michał Górny
2020-05-11 17:33 Michał Górny
2020-05-11  6:23 Mart Raudsepp
2020-05-11  6:23 Mart Raudsepp
2020-05-08  9:36 Sergei Trofimovich
2020-05-06  6:28 Agostino Sarubbo
2020-05-04 16:51 Agostino Sarubbo
2020-05-03 15:05 Agostino Sarubbo
2020-05-03 13:00 Agostino Sarubbo
2020-03-27 21:06 Michał Górny
2020-03-27 21:06 Michał Górny
2020-03-27 21:06 Michał Górny
2020-03-04  5:01 Michał Górny
2020-03-02 11:49 Sergei Trofimovich
2020-03-02  6:41 Michał Górny
2020-02-24 12:53 Agostino Sarubbo
2020-02-24 12:49 Agostino Sarubbo
2020-02-24 11:43 Agostino Sarubbo
2020-02-24 11:31 Agostino Sarubbo
2020-02-24 11:28 Agostino Sarubbo
2020-02-24 10:07 Agostino Sarubbo
2020-02-24 10:04 Agostino Sarubbo
2020-02-24  9:02 Agostino Sarubbo
2020-02-21 18:09 Michał Górny
2020-02-21 18:09 Michał Górny
2019-12-27 19:41 Sebastian Pipping
2019-12-27 19:41 Sebastian Pipping
2019-12-27 19:41 Sebastian Pipping
2019-12-27 16:47 Sebastian Pipping
2019-12-04  6:48 Aaron Bauman
2018-07-14 23:20 Louis Sautier
2018-07-14 23:20 Louis Sautier
2018-06-08  8:10 Mikle Kolyada
2018-05-17 21:18 Sergei Trofimovich
2018-05-14 12:38 Tobias Klausmann
2018-05-03  5:49 Mart Raudsepp
2018-04-21 12:46 Mikle Kolyada
2018-04-16 18:36 Sergei Trofimovich
2018-04-15 18:58 Thomas Deutschmann
2018-04-15 18:24 Sergei Trofimovich
2018-04-15  9:20 Sergei Trofimovich
2018-04-14 16:39 Aaron Bauman
2018-02-18  0:03 Patrice Clement
2018-01-13  6:51 Mike Frysinger
2018-01-05  9:36 Michał Górny
2017-03-16 12:23 Michael Weber
2017-01-23  5:56 Jeroen Roovers
2017-01-15 20:35 Jeroen Roovers
2016-02-05 19:45 Justin Lecher
2015-11-20  1:23 Mike Frysinger
2015-10-28 10:53 Justin Lecher
2015-09-12  7:30 Justin Lecher
2015-09-11  7:53 Justin Lecher

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=1707913834.4930961e3ada78acd1d48b40f98ff9bb055f0105.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