public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: app-vim/vimwiki-cli/
@ 2022-05-07 22:22 Steven Stallion
  0 siblings, 0 replies; 4+ messages in thread
From: Steven Stallion @ 2022-05-07 22:22 UTC (permalink / raw
  To: gentoo-commits

commit:     7e25d484b9fdd032c4aa1b11388727f519ae25dd
Author:     Steven Stallion <sstallion <AT> gmail <DOT> com>
AuthorDate: Sat May  7 22:21:49 2022 +0000
Commit:     Steven Stallion <sstallion <AT> gmail <DOT> com>
CommitDate: Sat May  7 22:22:06 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7e25d484

app-vim/vimwiki-cli: new package, add 1.0.0

Signed-off-by: Steven Stallion <sstallion <AT> gmail.com>

 app-vim/vimwiki-cli/Manifest                 |  1 +
 app-vim/vimwiki-cli/vimwiki-cli-1.0.0.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/app-vim/vimwiki-cli/Manifest b/app-vim/vimwiki-cli/Manifest
new file mode 100644
index 000000000..43da680a0
--- /dev/null
+++ b/app-vim/vimwiki-cli/Manifest
@@ -0,0 +1 @@
+DIST vimwiki-cli-1.0.0.tar.gz 26610 BLAKE2B addf8195480270201d7d2b8be2f400dce59fdcf7cf9a557bbb040390350be0bddd3cdb604ec6ea5de8582fcd04287a49377c79c33c82a9578278c139cafb84f7 SHA512 f7ee64ec0d748039ffa18aabf402f8c1e7e665d73ac5a2182016157a3e6eb8f711c5df986d7a7f1efec01c1041ba4d5f1d8e40f9f5d2d64dd92c8d30eaff2df5

diff --git a/app-vim/vimwiki-cli/vimwiki-cli-1.0.0.ebuild b/app-vim/vimwiki-cli/vimwiki-cli-1.0.0.ebuild
new file mode 100644
index 000000000..d7b8c2bf4
--- /dev/null
+++ b/app-vim/vimwiki-cli/vimwiki-cli-1.0.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{6..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Command-line interface for Vimwiki"
+HOMEPAGE="https://github.com/sstallion/vimwiki-cli"
+SRC_URI="https://github.com/sstallion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+RDEPEND="
+	>=dev-python/click-7.1[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-vim/vimwiki-cli/
@ 2022-05-09 19:23 Steven Stallion
  0 siblings, 0 replies; 4+ messages in thread
From: Steven Stallion @ 2022-05-09 19:23 UTC (permalink / raw
  To: gentoo-commits

commit:     60472c321ea4ed730e8b6a23c6aa1bddcaba0b00
Author:     Steven Stallion <sstallion <AT> gmail <DOT> com>
AuthorDate: Mon May  9 19:23:09 2022 +0000
Commit:     Steven Stallion <sstallion <AT> gmail <DOT> com>
CommitDate: Mon May  9 19:23:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=60472c32

app-vim/vimwiki-cli: disable py3.6, py3.7

Signed-off-by: Steven Stallion <sstallion <AT> gmail.com>

 app-vim/vimwiki-cli/vimwiki-cli-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/vimwiki-cli/vimwiki-cli-1.0.0.ebuild b/app-vim/vimwiki-cli/vimwiki-cli-1.0.0.ebuild
index d7b8c2bf4..72d3952fe 100644
--- a/app-vim/vimwiki-cli/vimwiki-cli-1.0.0.ebuild
+++ b/app-vim/vimwiki-cli/vimwiki-cli-1.0.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{6..10} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-vim/vimwiki-cli/
@ 2024-01-11 10:28 Takuya Wakazono
  0 siblings, 0 replies; 4+ messages in thread
From: Takuya Wakazono @ 2024-01-11 10:28 UTC (permalink / raw
  To: gentoo-commits

commit:     a12d7e5de7991a7d34b02b5b4489ad8556711f87
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Thu Jan 11 10:28:07 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Thu Jan 11 10:28:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a12d7e5d

app-vim/vimwiki-cli: drop 1.0.0

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 app-vim/vimwiki-cli/Manifest                 |  1 -
 app-vim/vimwiki-cli/vimwiki-cli-1.0.0.ebuild | 22 ----------------------
 2 files changed, 23 deletions(-)

diff --git a/app-vim/vimwiki-cli/Manifest b/app-vim/vimwiki-cli/Manifest
index d77f9eec65..f52be550bf 100644
--- a/app-vim/vimwiki-cli/Manifest
+++ b/app-vim/vimwiki-cli/Manifest
@@ -1,2 +1 @@
-DIST vimwiki-cli-1.0.0.tar.gz 26610 BLAKE2B addf8195480270201d7d2b8be2f400dce59fdcf7cf9a557bbb040390350be0bddd3cdb604ec6ea5de8582fcd04287a49377c79c33c82a9578278c139cafb84f7 SHA512 f7ee64ec0d748039ffa18aabf402f8c1e7e665d73ac5a2182016157a3e6eb8f711c5df986d7a7f1efec01c1041ba4d5f1d8e40f9f5d2d64dd92c8d30eaff2df5
 DIST vimwiki-cli-1.1.0.tar.gz 27154 BLAKE2B c9cba7261fa59d7dc1f42ee5db5a01191123b2b2408557926e261c0e7526797953dede25e3235fd88c8dcdb2ec78d85dcd858a83bcb43582bd0df98db240d87d SHA512 47e28b3ae233eaf20dd77cefbdb06ccd0eb03d773337af576f14ea14a64e822868a2cc7599c969f1408e29351206af9a80bf455d3306ed884d012013c03ca58f

diff --git a/app-vim/vimwiki-cli/vimwiki-cli-1.0.0.ebuild b/app-vim/vimwiki-cli/vimwiki-cli-1.0.0.ebuild
deleted file mode 100644
index 0c5756bfa6..0000000000
--- a/app-vim/vimwiki-cli/vimwiki-cli-1.0.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_10 )
-
-inherit distutils-r1
-
-DESCRIPTION="Command-line interface for Vimwiki"
-HOMEPAGE="https://github.com/sstallion/vimwiki-cli"
-SRC_URI="https://github.com/sstallion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-
-RDEPEND="
-	>=dev-python/click-7.1[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-vim/vimwiki-cli/
@ 2024-01-11 10:28 Takuya Wakazono
  0 siblings, 0 replies; 4+ messages in thread
From: Takuya Wakazono @ 2024-01-11 10:28 UTC (permalink / raw
  To: gentoo-commits

commit:     16eec7e513febb887e4e023d5e24505d34406e0b
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Thu Jan 11 10:27:02 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Thu Jan 11 10:27:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=16eec7e5

app-vim/vimwiki-cli: add 1.1.0

Closes: https://bugs.gentoo.org/843530
Closes: https://bugs.gentoo.org/897380
Closes: https://bugs.gentoo.org/921753
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 app-vim/vimwiki-cli/Manifest                 |  1 +
 app-vim/vimwiki-cli/vimwiki-cli-1.1.0.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/app-vim/vimwiki-cli/Manifest b/app-vim/vimwiki-cli/Manifest
index 43da680a0a..d77f9eec65 100644
--- a/app-vim/vimwiki-cli/Manifest
+++ b/app-vim/vimwiki-cli/Manifest
@@ -1 +1,2 @@
 DIST vimwiki-cli-1.0.0.tar.gz 26610 BLAKE2B addf8195480270201d7d2b8be2f400dce59fdcf7cf9a557bbb040390350be0bddd3cdb604ec6ea5de8582fcd04287a49377c79c33c82a9578278c139cafb84f7 SHA512 f7ee64ec0d748039ffa18aabf402f8c1e7e665d73ac5a2182016157a3e6eb8f711c5df986d7a7f1efec01c1041ba4d5f1d8e40f9f5d2d64dd92c8d30eaff2df5
+DIST vimwiki-cli-1.1.0.tar.gz 27154 BLAKE2B c9cba7261fa59d7dc1f42ee5db5a01191123b2b2408557926e261c0e7526797953dede25e3235fd88c8dcdb2ec78d85dcd858a83bcb43582bd0df98db240d87d SHA512 47e28b3ae233eaf20dd77cefbdb06ccd0eb03d773337af576f14ea14a64e822868a2cc7599c969f1408e29351206af9a80bf455d3306ed884d012013c03ca58f

diff --git a/app-vim/vimwiki-cli/vimwiki-cli-1.1.0.ebuild b/app-vim/vimwiki-cli/vimwiki-cli-1.1.0.ebuild
new file mode 100644
index 0000000000..4d1605fe8e
--- /dev/null
+++ b/app-vim/vimwiki-cli/vimwiki-cli-1.1.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Command-line interface for Vimwiki"
+HOMEPAGE="https://github.com/sstallion/vimwiki-cli"
+SRC_URI="https://github.com/sstallion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+RDEPEND=">=dev-python/click-7.1[${PYTHON_USEDEP}]"
+BDEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest
+
+python_test() {
+	epytest -o addopts=
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-01-11 10:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-07 22:22 [gentoo-commits] repo/proj/guru:dev commit in: app-vim/vimwiki-cli/ Steven Stallion
  -- strict thread matches above, loose matches on Subject: below --
2022-05-09 19:23 Steven Stallion
2024-01-11 10:28 Takuya Wakazono
2024-01-11 10:28 Takuya Wakazono

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox