From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/backrefs/ Date: Fri, 20 Nov 2020 16:03:43 +0000 (UTC) [thread overview] Message-ID: <1605887778.b174b62b66789fe697e44e20c8193ae6ae6dc50c.andrewammerlaan@gentoo> (raw) commit: b174b62b66789fe697e44e20c8193ae6ae6dc50c Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Fri Nov 20 15:56:18 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Fri Nov 20 15:56:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b174b62b dev-python/backrefs: version bump 4.5.0, add py3.9 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> dev-python/backrefs/Manifest | 2 +- dev-python/backrefs/backrefs-4.3.0.ebuild | 34 ----------------------- dev-python/backrefs/backrefs-4.5.0.ebuild | 46 +++++++++++++++++++++++++++++++ 3 files changed, 47 insertions(+), 35 deletions(-) diff --git a/dev-python/backrefs/Manifest b/dev-python/backrefs/Manifest index 9259c90a..fadf7bac 100644 --- a/dev-python/backrefs/Manifest +++ b/dev-python/backrefs/Manifest @@ -1 +1 @@ -DIST backrefs-4.3.0.tar.gz 4927989 BLAKE2B 24e329c2002b471ccb5ec3d4930765b79dd1dd5666a29c55612559d306479e669bae849bacbfd9171a0a027e1bbf258e5a659cf6ba378f528e8abf2517ba72c0 SHA512 40ef55a4cc12d8aaf7307935eef2b89efbe56a567b62d04a543f871d0ebe3448554c567f79473010fba998af32d164cfb95584988918c84794cd86e61cff6b63 +DIST backrefs-4.5.0.tar.gz 5995247 BLAKE2B ce3d33b91ab307811e555689a2ece0ba47e53d8245fd4fa367156a76893c5ca342cb47d014a3c94c6f30ebb32487fb36975a2fa6c7acf0a626305d05e0d80048 SHA512 c1e30a78c2e7a86efce1670000612b6450b6cae78f8c799cec6832aa88e4145fee6ffc3e1b8c54b55091f7c21ea4b09c1ee36af852bb51973434b593273e04a8 diff --git a/dev-python/backrefs/backrefs-4.3.0.ebuild b/dev-python/backrefs/backrefs-4.3.0.ebuild deleted file mode 100644 index 4dec1024..00000000 --- a/dev-python/backrefs/backrefs-4.3.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8} ) - -DOCBUILDER="mkdocs" -DOCDEPEND=" - ~dev-python/mkdocs-material-4.6.3 - dev-python/pyspelling -" - -inherit distutils-r1 docs - -DESCRIPTION="Wrapper around re or regex that adds additional back references" -HOMEPAGE=" - https://github.com/facelessuser/backrefs - https://pypi.org/project/backrefs -" -SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND=" - test? ( - dev-python/mock[${PYTHON_USEDEP}] - dev-python/regex[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest diff --git a/dev-python/backrefs/backrefs-4.5.0.ebuild b/dev-python/backrefs/backrefs-4.5.0.ebuild new file mode 100644 index 00000000..e921fdaa --- /dev/null +++ b/dev-python/backrefs/backrefs-4.5.0.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7,8,9} ) + +DOCBUILDER="mkdocs" +DOCDEPEND=" + dev-python/mkdocs_pymdownx_material_extras + dev-python/mkdocs-minify-plugin + dev-python/mkdocs-git-revision-date-localized-plugin + dev-python/mkdocs-material + dev-python/pyspelling +" + +inherit distutils-r1 docs + +DESCRIPTION="Wrapper around re or regex that adds additional back references" +HOMEPAGE=" + https://github.com/facelessuser/backrefs + https://pypi.org/project/backrefs +" +SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +BDEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )" + +distutils_enable_tests pytest + +src_compile() { + # mkdocs-git-revision-date-localized-plugin needs git repo + if use doc; then + git init + git config --global user.email "you@example.com" || die + git config --global user.name "Your Name" || die + git add . + git commit -m 'init' + fi + + distutils-r1_src_compile +} +
WARNING: multiple messages have this Message-ID (diff)
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/backrefs/ Date: Fri, 20 Nov 2020 16:03:35 +0000 (UTC) [thread overview] Message-ID: <1605887778.b174b62b66789fe697e44e20c8193ae6ae6dc50c.andrewammerlaan@gentoo> (raw) Message-ID: <20201120160335.LCSMe7xNCoJHG65DRIf6eOtbisGv7JDY80AtHM1qB44@z> (raw) commit: b174b62b66789fe697e44e20c8193ae6ae6dc50c Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Fri Nov 20 15:56:18 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Fri Nov 20 15:56:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b174b62b dev-python/backrefs: version bump 4.5.0, add py3.9 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> dev-python/backrefs/Manifest | 2 +- dev-python/backrefs/backrefs-4.3.0.ebuild | 34 ----------------------- dev-python/backrefs/backrefs-4.5.0.ebuild | 46 +++++++++++++++++++++++++++++++ 3 files changed, 47 insertions(+), 35 deletions(-) diff --git a/dev-python/backrefs/Manifest b/dev-python/backrefs/Manifest index 9259c90a..fadf7bac 100644 --- a/dev-python/backrefs/Manifest +++ b/dev-python/backrefs/Manifest @@ -1 +1 @@ -DIST backrefs-4.3.0.tar.gz 4927989 BLAKE2B 24e329c2002b471ccb5ec3d4930765b79dd1dd5666a29c55612559d306479e669bae849bacbfd9171a0a027e1bbf258e5a659cf6ba378f528e8abf2517ba72c0 SHA512 40ef55a4cc12d8aaf7307935eef2b89efbe56a567b62d04a543f871d0ebe3448554c567f79473010fba998af32d164cfb95584988918c84794cd86e61cff6b63 +DIST backrefs-4.5.0.tar.gz 5995247 BLAKE2B ce3d33b91ab307811e555689a2ece0ba47e53d8245fd4fa367156a76893c5ca342cb47d014a3c94c6f30ebb32487fb36975a2fa6c7acf0a626305d05e0d80048 SHA512 c1e30a78c2e7a86efce1670000612b6450b6cae78f8c799cec6832aa88e4145fee6ffc3e1b8c54b55091f7c21ea4b09c1ee36af852bb51973434b593273e04a8 diff --git a/dev-python/backrefs/backrefs-4.3.0.ebuild b/dev-python/backrefs/backrefs-4.3.0.ebuild deleted file mode 100644 index 4dec1024..00000000 --- a/dev-python/backrefs/backrefs-4.3.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8} ) - -DOCBUILDER="mkdocs" -DOCDEPEND=" - ~dev-python/mkdocs-material-4.6.3 - dev-python/pyspelling -" - -inherit distutils-r1 docs - -DESCRIPTION="Wrapper around re or regex that adds additional back references" -HOMEPAGE=" - https://github.com/facelessuser/backrefs - https://pypi.org/project/backrefs -" -SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND=" - test? ( - dev-python/mock[${PYTHON_USEDEP}] - dev-python/regex[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest diff --git a/dev-python/backrefs/backrefs-4.5.0.ebuild b/dev-python/backrefs/backrefs-4.5.0.ebuild new file mode 100644 index 00000000..e921fdaa --- /dev/null +++ b/dev-python/backrefs/backrefs-4.5.0.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7,8,9} ) + +DOCBUILDER="mkdocs" +DOCDEPEND=" + dev-python/mkdocs_pymdownx_material_extras + dev-python/mkdocs-minify-plugin + dev-python/mkdocs-git-revision-date-localized-plugin + dev-python/mkdocs-material + dev-python/pyspelling +" + +inherit distutils-r1 docs + +DESCRIPTION="Wrapper around re or regex that adds additional back references" +HOMEPAGE=" + https://github.com/facelessuser/backrefs + https://pypi.org/project/backrefs +" +SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +BDEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )" + +distutils_enable_tests pytest + +src_compile() { + # mkdocs-git-revision-date-localized-plugin needs git repo + if use doc; then + git init + git config --global user.email "you@example.com" || die + git config --global user.name "Your Name" || die + git add . + git commit -m 'init' + fi + + distutils-r1_src_compile +} +
next reply other threads:[~2020-11-20 16:03 UTC|newest] Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-11-20 16:03 Andrew Ammerlaan [this message] 2020-11-20 16:03 ` [gentoo-commits] repo/proj/guru:dev commit in: dev-python/backrefs/ Andrew Ammerlaan -- strict thread matches above, loose matches on Subject: below -- 2020-12-07 11:52 Andrew Ammerlaan 2020-12-07 11:52 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan 2020-11-20 16:05 Andrew Ammerlaan 2020-04-11 20:34 Andrew Ammerlaan 2020-03-31 9:07 Andrew Ammerlaan 2020-03-28 11:08 Andrew Ammerlaan
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=1605887778.b174b62b66789fe697e44e20c8193ae6ae6dc50c.andrewammerlaan@gentoo \ --to=andrewammerlaan@riseup.net \ --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: linkBe 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