From: "Steve Arnold" <nerdboy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/smartypants/
Date: Thu, 21 Jan 2021 00:49:46 +0000 (UTC) [thread overview]
Message-ID: <1611190162.5990d82fb7a1282cacd7aef95457dff48cb8c251.nerdboy@gentoo> (raw)
commit: 5990d82fb7a1282cacd7aef95457dff48cb8c251
Author: Steve Arnold <nerdboy <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 21 00:49:22 2021 +0000
Commit: Steve Arnold <nerdboy <AT> gentoo <DOT> org>
CommitDate: Thu Jan 21 00:49:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5990d82f
dev-python/smartypants: new (revived) ebuild, dep for rst2pdf
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Steve Arnold <nerdboy <AT> gentoo.org>
dev-python/smartypants/Manifest | 1 +
dev-python/smartypants/metadata.xml | 15 ++++++++++++
dev-python/smartypants/smartypants-2.0.1.ebuild | 32 +++++++++++++++++++++++++
dev-python/smartypants/smartypants-9999.ebuild | 32 +++++++++++++++++++++++++
4 files changed, 80 insertions(+)
diff --git a/dev-python/smartypants/Manifest b/dev-python/smartypants/Manifest
new file mode 100644
index 00000000000..79e9099de5d
--- /dev/null
+++ b/dev-python/smartypants/Manifest
@@ -0,0 +1 @@
+DIST smartypants-2.0.1.tar.gz 24152 BLAKE2B 258c9692eec675054dc31f760cf3a9fc3995683d7a15fc549fb390611761c0b09f73e077f5917f9f071a8fc1ae3f06e36f745fdc0e2c368f465e29f6ce51457f SHA512 d47a866a5478c3520251f87a93a468a5eea10318b24b2e8d4bc918d533b5a5789aa56d3a8d5fb8ccff9572fb63e5b6f2eafc44f93fb57a19e6621ebef5d64d9d
diff --git a/dev-python/smartypants/metadata.xml b/dev-python/smartypants/metadata.xml
new file mode 100644
index 00000000000..21caf30ef38
--- /dev/null
+++ b/dev-python/smartypants/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+ <email>nerdboy@gentoo.org</email>
+ <name>Steve Arnold</name>
+</maintainer>
+<longdescription lang="en">
+ smartypants is a Python fork of SmartyPants (wha?)
+</longdescription>
+<upstream>
+ <remote-id type="pypi">smartypants</remote-id>
+ <remote-id type="github">leohemsted/smartypants.py</remote-id>
+</upstream>
+</pkgmetadata>
diff --git a/dev-python/smartypants/smartypants-2.0.1.ebuild b/dev-python/smartypants/smartypants-2.0.1.ebuild
new file mode 100644
index 00000000000..0624ab1574f
--- /dev/null
+++ b/dev-python/smartypants/smartypants-2.0.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..8} )
+DISTUTILS_USE_SETUPTOOLS=no
+
+MY_PN="${PN}.py"
+MY_P="${MY_PN}-${PV}"
+
+inherit distutils-r1
+
+DESCRIPTION="ASCII quote-dot-dash to HTML entity converter"
+HOMEPAGE="https://pypi.python.org/pypi/smartypants/"
+
+if [[ ${PV} = 9999* ]]; then
+ EGIT_REPO_URI="https://github.com/leohemsted/smartypants.py.git"
+ EGIT_BRANCH="master"
+ inherit git-r3
+ KEYWORDS=""
+else
+ SRC_URI="https://github.com/leohemsted/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+ S="${WORKDIR}/${MY_P}"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+distutils_enable_sphinx docs
diff --git a/dev-python/smartypants/smartypants-9999.ebuild b/dev-python/smartypants/smartypants-9999.ebuild
new file mode 100644
index 00000000000..0624ab1574f
--- /dev/null
+++ b/dev-python/smartypants/smartypants-9999.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..8} )
+DISTUTILS_USE_SETUPTOOLS=no
+
+MY_PN="${PN}.py"
+MY_P="${MY_PN}-${PV}"
+
+inherit distutils-r1
+
+DESCRIPTION="ASCII quote-dot-dash to HTML entity converter"
+HOMEPAGE="https://pypi.python.org/pypi/smartypants/"
+
+if [[ ${PV} = 9999* ]]; then
+ EGIT_REPO_URI="https://github.com/leohemsted/smartypants.py.git"
+ EGIT_BRANCH="master"
+ inherit git-r3
+ KEYWORDS=""
+else
+ SRC_URI="https://github.com/leohemsted/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+ S="${WORKDIR}/${MY_P}"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+distutils_enable_sphinx docs
next reply other threads:[~2021-01-21 0:49 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-21 0:49 Steve Arnold [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-02-09 23:03 [gentoo-commits] repo/gentoo:master commit in: dev-python/smartypants/ Steve Arnold
2021-05-06 15:30 Sergei Trofimovich
2021-05-06 19:30 Sergei Trofimovich
2021-05-07 18:56 Sergei Trofimovich
2021-05-10 12:48 Sam James
2021-05-15 1:59 Sam James
2021-05-18 13:02 Michał Górny
2021-05-18 13:02 Michał Górny
2021-06-02 18:08 Matt Turner
2021-06-03 2:42 Yixun Lan
2021-09-19 19:58 James Le Cuirot
2022-01-12 7:44 Arthur Zamarin
2022-01-30 13:09 Michał Górny
2022-03-15 13:31 Jakov Smolić
2022-03-15 14:26 Michał Górny
2022-05-19 12:54 Michał Górny
2022-05-19 12:54 Michał Górny
2022-05-19 15:23 Michał Górny
2022-12-08 6:50 WANG Xuerui
2023-03-09 1:09 Sam James
2023-10-20 13:33 Michał Górny
2024-06-19 15:00 Petr Vaněk
2024-08-10 13:20 Michał Górny
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=1611190162.5990d82fb7a1282cacd7aef95457dff48cb8c251.nerdboy@gentoo \
--to=nerdboy@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