From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/markups/
Date: Thu, 24 Dec 2015 09:24:08 +0000 (UTC) [thread overview]
Message-ID: <1450949039.3c4aac966cafeeedf1ce64fee75723e8e84b2e4b.jlec@gentoo> (raw)
commit: 3c4aac966cafeeedf1ce64fee75723e8e84b2e4b
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 24 09:05:38 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Dec 24 09:23:59 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c4aac96
dev-python/markups: Version Bump
Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/markups/Manifest | 1 +
dev-python/markups/markups-1.0.1.ebuild | 32 ++++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/dev-python/markups/Manifest b/dev-python/markups/Manifest
index 7591762..de693d8 100644
--- a/dev-python/markups/Manifest
+++ b/dev-python/markups/Manifest
@@ -2,3 +2,4 @@ DIST Markups-0.2.4.tar.gz 8827 SHA256 0aab138698035e699fad1c88bebb3fa5e90a1876bc
DIST Markups-0.6.1.tar.gz 19116 SHA256 1f3d6f7b85ac9ddcb936b8b2b6fa15a42ddc9dfc22a075d83d9160b5d59f6d84 SHA512 f1354af48aadb43459e8f0c2013d283c4f6170f608c4ca4a2dd21e77c6fc2383bd6a1631efc9a8878c4a0ba59249528222ba01d1a38ed3f02c6890d42c6afdb9 WHIRLPOOL 2db23d6cb9a282eb461a6ff49b21d1e1a57b6bc970739413efe4bbffdff6bc55d076db4546f0ff458c9cd8b66c389daa21e9cad7341d614109891c9a2b46acc2
DIST Markups-0.6.3.tar.gz 19285 SHA256 e3ff5de2be018240c526e017972b37181cb3d5dfb7c96ad14eae6639140f58ef SHA512 61b3921595628f577d335c9eb7e405435c1547a6d5d06396e4181a0f3ac0bce8f5a72b5c51568ceeec96c86524ec4baa1cbcb807f545a630a87d807b9e12c97b WHIRLPOOL 9aad9486e57831fbca7124cb06dc84fd69df3036d7f08e8168b9969e83b58a32250cb82c90b70344f60d30c03fb3c7171f698fb8ba6ea23f5c296bb6d8b80ba2
DIST Markups-1.0.0.tar.gz 14841 SHA256 4d618b2af5c37fa0e4ae2e0798a87505d1e94f9eb78d0db6b893df1f91c37ec2 SHA512 081eb12d30de6c88a6e8a985326e1135fa7346ed5d625364565c53010557ea73a0411ae29e6b9fa4223c5c93bd5abbdcc3ce8dfc36d5bff69a144f865d59b965 WHIRLPOOL c2b94bff742478d65c384891facefecb99527b32301aafb3c976e6cfef12d21bf014143f8254d2e302175336ff664d13e134c9448eb21eb101ba15726c3377a5
+DIST Markups-1.0.1.tar.gz 14894 SHA256 74464b7532aa355f6ed2767fd5cfb5eb5b484dd773b33bae4016a7fa9354b4ee SHA512 f57f712f84413ed35f53643533d392e2164de02742e170f85fc4556094041ffa16ed1ff6d902bcafe996d22a4410e4c2794e4c96246fc06afbf878d6be85cf31 WHIRLPOOL f5bf7700b76dcad18aba9ec5503ba9516e8e7f8a34577b55b423531c9f88ee547690a90e8043997651fe36516c9990a6de103f8268c4fcf768f4605d8982829f
diff --git a/dev-python/markups/markups-1.0.1.ebuild b/dev-python/markups/markups-1.0.1.ebuild
new file mode 100644
index 0000000..4ee77e1
--- /dev/null
+++ b/dev-python/markups/markups-1.0.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )
+
+inherit distutils-r1
+
+MY_PN="Markups"
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="A wrapper around various text markups"
+HOMEPAGE="
+ http://pythonhosted.org/Markups/
+ https://github.com/retext-project/pymarkups
+ https://pypi.python.org/pypi/Markups"
+SRC_URI="mirror://pypi/M/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}"/${MY_P}
+
+DEPEND="dev-python/markdown[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"
+
+python_test() {
+ ${EPYTHON} -m unittest discover -s tests -v || die
+}
next reply other threads:[~2015-12-24 9:24 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-24 9:24 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-04 14:09 [gentoo-commits] repo/gentoo:master commit in: dev-python/markups/ Michał Górny
2025-05-17 17:08 Michał Górny
2025-05-17 14:13 Arthur Zamarin
2025-04-30 5:36 Michał Górny
2024-12-28 10:47 Michał Górny
2024-12-28 9:39 Arthur Zamarin
2024-12-09 5:45 Michał Górny
2024-06-18 11:50 Petr Vaněk
2023-11-24 16:43 Arthur Zamarin
2023-11-23 20:11 Michał Górny
2023-06-06 16:12 Michał Górny
2023-03-11 17:12 Michał Górny
2023-03-11 17:06 Sam James
2023-02-28 17:31 Michał Górny
2023-02-12 19:05 Michał Górny
2023-02-05 5:16 Michał Górny
2023-01-17 5:08 Michał Górny
2021-12-22 19:40 Michał Górny
2021-12-22 19:33 Jakov Smolić
2021-11-21 22:20 Michał Górny
2021-10-16 6:02 Michał Górny
2021-10-15 23:15 Sam James
2021-09-09 15:51 Arthur Zamarin
2021-09-09 15:51 Arthur Zamarin
2021-09-06 20:13 Michał Górny
2021-07-19 7:47 Joonas Niilola
2021-07-16 6:12 Michał Górny
2021-07-15 21:33 Sam James
2021-03-07 22:39 Michał Górny
2021-03-07 19:46 Sam James
2021-03-07 8:30 Michał Górny
2021-03-05 21:50 Michał Górny
2021-02-01 8:50 Michał Górny
2020-09-18 15:56 Michał Górny
2020-08-30 1:32 Thomas Deutschmann
2020-08-22 5:43 Agostino Sarubbo
2020-07-15 8:06 Joonas Niilola
2020-07-15 8:06 Joonas Niilola
2019-12-12 11:43 David Seifert
2019-12-12 11:43 David Seifert
2019-12-12 10:59 Agostino Sarubbo
2019-12-10 9:16 Agostino Sarubbo
2018-11-22 20:25 Michał Górny
2018-04-29 7:35 Michał Górny
2018-01-05 9:36 Michał Górny
2017-05-11 13:08 Manuel Rüger
2017-05-03 6:35 Michał Górny
2017-05-03 6:15 Michał Górny
2016-09-04 22:05 Manuel Rüger
2016-09-04 22:05 Manuel Rüger
2015-12-13 20:14 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=1450949039.3c4aac966cafeeedf1ce64fee75723e8e84b2e4b.jlec@gentoo \
--to=jlec@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