From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E49A11382C5 for ; Thu, 21 Jan 2021 00:49:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 030A3E077C; Thu, 21 Jan 2021 00:49:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D210EE077C for ; Thu, 21 Jan 2021 00:49:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CAF1E340E19 for ; Thu, 21 Jan 2021 00:49:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51B82B9 for ; Thu, 21 Jan 2021 00:49:46 +0000 (UTC) From: "Steve Arnold" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Steve Arnold" Message-ID: <1611190162.5990d82fb7a1282cacd7aef95457dff48cb8c251.nerdboy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/smartypants/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/smartypants/Manifest dev-python/smartypants/metadata.xml dev-python/smartypants/smartypants-2.0.1.ebuild dev-python/smartypants/smartypants-9999.ebuild X-VCS-Directories: dev-python/smartypants/ X-VCS-Committer: nerdboy X-VCS-Committer-Name: Steve Arnold X-VCS-Revision: 5990d82fb7a1282cacd7aef95457dff48cb8c251 X-VCS-Branch: master Date: Thu, 21 Jan 2021 00:49:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fdb989c9-3a6b-4d20-af79-84d621b01a4b X-Archives-Hash: cb0dec0a202165a8c641752d56de1fc7 commit: 5990d82fb7a1282cacd7aef95457dff48cb8c251 Author: Steve Arnold gentoo org> AuthorDate: Thu Jan 21 00:49:22 2021 +0000 Commit: Steve Arnold gentoo 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 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 @@ + + + + + nerdboy@gentoo.org + Steve Arnold + + + smartypants is a Python fork of SmartyPants (wha?) + + + smartypants + leohemsted/smartypants.py + + 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