public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/funcparserlib/
Date: Mon, 25 Apr 2022 12:11:04 +0000 (UTC)	[thread overview]
Message-ID: <1650888522.4b712ba2cd235549d2f1d5ea638972c9ba996300.mgorny@gentoo> (raw)

commit:     4b712ba2cd235549d2f1d5ea638972c9ba996300
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 25 10:31:01 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr 25 12:08:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b712ba2

dev-python/funcparserlib: Bump to 1.0.0_alpha1

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/funcparserlib/Manifest                  |  1 +
 .../funcparserlib-1.0.0_alpha1.ebuild              | 36 ++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/funcparserlib/Manifest b/dev-python/funcparserlib/Manifest
index bae6143af039..5165ae806ff4 100644
--- a/dev-python/funcparserlib/Manifest
+++ b/dev-python/funcparserlib/Manifest
@@ -1 +1,2 @@
 DIST funcparserlib-1.0.0_alpha0.gh.tar.gz 68260 BLAKE2B e1a9a9a516142d683424df881a7c390a3999438905136fbd394f23856022f14390d22f1dd3914e680d2c188c819cce9cc4f7ff2e485478614dd4632701db4614 SHA512 02cac31d76bb888118a99367811a8cfac28a999ba113ce43f4bd6211cef815ce1793fc1767637dd019728f15d5c408e859d5bc8365a2c53804092f1d6f03e54e
+DIST funcparserlib-1.0.0_alpha1.gh.tar.gz 74033 BLAKE2B bf4ee5011f595c6b7ba7430c63e21243257ddc2e00cccea75bf5b16feca2a629becd28f196d657e024419010051a33e5f12fae29b6f8763b35cb8d1bb9144a6b SHA512 16dbf07edd5cad979c61396adc3ccce7dcedd46b3cf6394ecf35c9fd2b22cdf262bb609ffca9a4b6f9f0c236124a7b7cdd929166d65056ca71e73afa2f6b97e2

diff --git a/dev-python/funcparserlib/funcparserlib-1.0.0_alpha1.ebuild b/dev-python/funcparserlib/funcparserlib-1.0.0_alpha1.ebuild
new file mode 100644
index 000000000000..d8c92dcf4cde
--- /dev/null
+++ b/dev-python/funcparserlib/funcparserlib-1.0.0_alpha1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+MY_PV="${PV/_alpha/a}"
+
+DESCRIPTION="Recursive descent parsing library based on functional combinators"
+HOMEPAGE="https://pypi.org/project/funcparserlib/"
+SRC_URI="
+	https://github.com/vlasovskikh/funcparserlib/archive/${MY_PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+BDEPEND="
+	test? (
+		dev-python/six[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests unittest
+
+python_install_all() {
+	local DOCS=( doc/*.md )
+	distutils-r1_python_install_all
+}


             reply	other threads:[~2022-04-25 12:11 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-25 12:11 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-16 19:56 [gentoo-commits] repo/gentoo:master commit in: dev-python/funcparserlib/ Petr Vaněk
2023-06-06 17:39 Arthur Zamarin
2022-12-10  9:06 Michał Górny
2022-12-10  9:03 Michał Górny
2022-12-10  8:57 Arthur Zamarin
2022-11-04  8:23 Arthur Zamarin
2022-05-27 19:45 Michał Górny
2022-05-27  9:07 Jakov Smolić
2022-05-02 19:17 Arthur Zamarin
2022-04-30  7:35 Michał Górny
2022-04-26  3:07 Sam James
2022-02-27 18:46 Michał Górny
2022-01-26 23:19 Michał Górny
2022-01-08 13:35 Michał Górny
2022-01-08 13:32 Arthur Zamarin
2021-12-08 17:08 Arthur Zamarin
2021-10-09 19:25 Arthur Zamarin
2021-10-09 19:18 Sam James
2021-10-09  9:32 Arthur Zamarin
2021-09-10  6:52 Arthur Zamarin
2021-09-10  6:52 Arthur Zamarin
2021-07-27 23:11 Marek Szuba
2021-05-10 19:43 Michał Górny
2021-02-22 22:20 Sam James
2021-02-22 22:20 Sam James
2020-11-30 21:12 Sergei Trofimovich
2020-11-26 19:08 Sam James
2020-11-26 13:21 Sam James
2020-10-07  1:02 Sam James
2020-10-01 17:29 Sergei Trofimovich
2020-09-28 17:41 Sergei Trofimovich
2020-09-27  6:42 Matt Turner
2020-09-13  4:55 Sam James
2020-08-25 10:23 Sam James
2020-08-20 21:55 Sergei Trofimovich
2020-08-18 21:53 Sergei Trofimovich
2020-03-25 13:00 Michał Górny
2020-03-25 13:00 Michał Górny
2020-02-05 13:24 Michał Górny
2019-12-02 21:13 Aaron Bauman
2019-07-14 12:27 Michał Górny
2019-07-14 12:27 Michał Górny
2019-07-14 12:27 Michał Górny
2019-04-27 11:49 Anthony G. Basile
2019-03-16 23:17 Anthony G. Basile
2018-02-05 21:54 Michał Górny
2017-04-22 10:18 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=1650888522.4b712ba2cd235549d2f1d5ea638972c9ba996300.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