From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pystache/
Date: Sat, 30 Dec 2023 18:32:15 +0000 (UTC) [thread overview]
Message-ID: <1703961069.d04df3fb8f6dce15916efdacb804d776416ad662.mgorny@gentoo> (raw)
commit: d04df3fb8f6dce15916efdacb804d776416ad662
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 30 18:31:09 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 30 18:31:09 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d04df3fb
dev-python/pystache: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pystache/Manifest | 1 -
dev-python/pystache/pystache-0.6.1.ebuild | 42 -------------------------------
2 files changed, 43 deletions(-)
diff --git a/dev-python/pystache/Manifest b/dev-python/pystache/Manifest
index 09bc0f20a22d..e38962d4433d 100644
--- a/dev-python/pystache/Manifest
+++ b/dev-python/pystache/Manifest
@@ -1,2 +1 @@
-DIST pystache-0.6.1.gh.tar.gz 279050 BLAKE2B 2c61ba260764aa4bf62039bfe1f844d34e26adc29af2f1e1d98619892bfabd3151aa1d34c69596389a68f0d84ce994ddf7114c091d42b497a17b300a5aff36cc SHA512 516d286f84d2c77650550365f6b219acb712376f0b7302fff2aba7dee4d64e3d3fc2d781782777dd37093f6debf52f9d2a40b6ed8b65aa5f7025ff762cb5efae
DIST pystache-0.6.5.gh.tar.gz 272484 BLAKE2B 8b82aa8922480019e4833333f83d767ef19a1505e2fc708fef0d01c08353b5e600a077c1e86e36c412680381ff6fd310f83857038f383b8218b72269b4e5349b SHA512 e3054e0bff5c3bc6679bf22555dd3cfb2f31b241484c7e6201d37b7767a22f2f842912e3f61d8e2e2858615a4f99ef4192d885b60f84dfeffa1408370ccfba75
diff --git a/dev-python/pystache/pystache-0.6.1.ebuild b/dev-python/pystache/pystache-0.6.1.ebuild
deleted file mode 100644
index 228eb980f8e3..000000000000
--- a/dev-python/pystache/pystache-0.6.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Updated Python implementation of Mustache templating framework"
-HOMEPAGE="
- https://github.com/PennyDreadfulMTG/pystache/
- https://pypi.org/project/pystache/
-"
-
-if [[ ${PV} = 9999* ]]; then
- EGIT_REPO_URI="https://github.com/PennyDreadfulMTG/pystache.git"
- EGIT_BRANCH="master"
- inherit git-r3
-else
- SRC_URI="
- https://github.com/PennyDreadfulMTG/pystache/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
- "
- KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
- test? (
- dev-python/pyyaml[${PYTHON_USEDEP}]
- )
-"
-
-python_test() {
- pystache-test || die "Test failed with ${EPYTHON}"
-}
next reply other threads:[~2023-12-30 18:32 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-30 18:32 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-25 7:45 [gentoo-commits] repo/gentoo:master commit in: dev-python/pystache/ Michał Górny
2024-12-25 7:45 Michał Górny
2024-12-13 6:15 Michał Górny
2024-06-22 13:52 Petr Vaněk
2023-09-08 18:20 Steve Arnold
2023-08-27 15:59 Michał Górny
2023-05-28 18:07 Arthur Zamarin
2022-09-26 16:55 Steve Arnold
2022-09-26 14:45 Sam James
2022-09-25 19:36 Steve Arnold
2022-08-20 18:15 Michał Górny
2022-08-20 18:15 Michał Górny
2022-08-20 18:15 Michał Górny
2022-05-01 16:43 Steve Arnold
2022-04-25 15:48 Sam James
2022-04-16 17:25 Steve Arnold
2020-01-18 18:48 Michał Górny
2017-05-02 13:11 Michał Górny
2017-04-22 13:52 Michał Górny
2015-12-09 15:10 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=1703961069.d04df3fb8f6dce15916efdacb804d776416ad662.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