public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyspelling/
Date: Thu, 11 Mar 2021 07:18:31 +0000 (UTC)	[thread overview]
Message-ID: <1615447043.14c85882f7b0de015ff886b43b9159c98ba44570.juippis@gentoo> (raw)

commit:     14c85882f7b0de015ff886b43b9159c98ba44570
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Jan 25 19:29:21 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Mar 11 07:17:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14c85882

dev-python/pyspelling: add version 2.7.1

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-python/pyspelling/Manifest                |  1 +
 dev-python/pyspelling/pyspelling-2.7.1.ebuild | 54 +++++++++++++++++++++++++++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/pyspelling/Manifest b/dev-python/pyspelling/Manifest
index b85ac18e568..bef7a333b22 100644
--- a/dev-python/pyspelling/Manifest
+++ b/dev-python/pyspelling/Manifest
@@ -1 +1,2 @@
 DIST pyspelling-2.7.0.tar.gz 149425 BLAKE2B f8e600a41ebd4ec290562307306e7fd5c67d384b9186de037b98d50d58016ded19c426caa892497ca44e309fb3db04292b890612afbe25a34f9f6b06985d3740 SHA512 2fcd225a66cb02fff10d5ca652e523a01bd0488a005dafa32ba1151fba9afe73809781501c957d6df00927baa9fb6779872973b32e2d3fe8a09306fdc4191995
+DIST pyspelling-2.7.1.tar.gz 149449 BLAKE2B a5faefac163850d327d64b75776b5f360ad1e1337cb3784c8d0a167e1240e92a202f4ecbe86d768341a7512b36c83981b5fbf4058a2142a5b627f40c0e60c09f SHA512 be0cc9be343e2d5d2c16b2dc9cb6f83fd5f60eba81c709711fef37b880363db8b76e86ec048b57ab270be59803b101696709bd474d4f0267c99f55c906ec7857

diff --git a/dev-python/pyspelling/pyspelling-2.7.1.ebuild b/dev-python/pyspelling/pyspelling-2.7.1.ebuild
new file mode 100644
index 00000000000..fd08ac4dbfe
--- /dev/null
+++ b/dev-python/pyspelling/pyspelling-2.7.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8} )
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="
+	~dev-python/mkdocs_pymdownx_material_extras-1.1.3
+	dev-python/mkdocs-git-revision-date-localized-plugin
+	dev-python/mkdocs-minify-plugin
+"
+
+inherit distutils-r1 docs
+
+DESCRIPTION="Spell checker automation tool"
+HOMEPAGE="https://github.com/facelessuser/pyspelling"
+SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	|| ( app-text/aspell app-text/hunspell )
+
+	dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
+	dev-python/html5lib[${PYTHON_USEDEP}]
+	dev-python/lxml[${PYTHON_USEDEP}]
+	dev-python/markdown[${PYTHON_USEDEP}]
+	dev-python/pyyaml[${PYTHON_USEDEP}]
+	>=dev-python/soupsieve-1.8[${PYTHON_USEDEP}]
+	>=dev-python/wcmatch-6.0.3[${PYTHON_USEDEP}]
+"
+
+BDEPEND="test? ( dev-vcs/git )"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+	# mkdocs-git-revision-date-localized-plugin needs git repo
+	if use doc; then
+		git init || die
+		git config --global user.email "you@example.com" || die
+		git config --global user.name "Your Name" || die
+		git add . || die
+		git commit -m 'init' || die
+	fi
+
+	distutils-r1_python_prepare_all
+}


             reply	other threads:[~2021-03-11  7:18 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-11  7:18 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-07 16:17 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyspelling/ Michał Górny
2024-01-29 10:11 Michał Górny
2024-01-29  8:00 Joonas Niilola
2024-01-13  8:20 Michał Górny
2023-12-19 16:33 Michał Górny
2023-10-14 18:32 Michał Górny
2023-10-14 16:52 Arthur Zamarin
2023-09-14 11:02 Andrew Ammerlaan
2023-09-14 11:02 Andrew Ammerlaan
2023-09-03  4:12 Michał Górny
2023-04-14 19:43 Sam James
2023-04-14  4:04 Sam James
2023-03-30 16:19 Michał Górny
2023-03-30 15:58 Arthur Zamarin
2023-02-25  5:47 Arthur Zamarin
2023-02-17 18:51 Michał Górny
2023-01-14 10:00 Arthur Zamarin
2022-08-19  9:27 Michał Górny
2022-08-19  8:15 Joonas Niilola
2022-07-19  7:21 Michał Górny
2022-06-05  5:40 Michał Górny
2022-05-17 12:20 Andrew Ammerlaan
2021-10-10 16:18 Michał Górny
2021-10-10 15:33 Agostino Sarubbo
2021-09-23 15:35 Marek Szuba
2021-08-07  6:33 Michał Górny
2021-07-15  7:38 Agostino Sarubbo
2021-07-08 11:08 Andrew Ammerlaan
2021-03-21 13:35 Joonas Niilola
2021-03-21 13:35 Joonas Niilola
2020-12-08  5:53 Joonas Niilola
2020-12-08  5:53 Joonas Niilola
2020-12-08  5:53 Joonas Niilola

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=1615447043.14c85882f7b0de015ff886b43b9159c98ba44570.juippis@gentoo \
    --to=juippis@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