* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/daff/
@ 2021-06-09 15:35 Rui Huang
0 siblings, 0 replies; 8+ messages in thread
From: Rui Huang @ 2021-06-09 15:35 UTC (permalink / raw
To: gentoo-commits
commit: 74fe291c4cba7f08a639be4bc76101d7f63c15d5
Author: Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Wed Jun 9 15:34:44 2021 +0000
Commit: Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Wed Jun 9 15:34:44 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=74fe291c
dev-python/daff: new package
The daff can produce and apply tabular diffs
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
dev-python/daff/Manifest | 1 +
dev-python/daff/daff-1.3.46.ebuild | 16 ++++++++++++++++
dev-python/daff/metadata.xml | 19 +++++++++++++++++++
3 files changed, 36 insertions(+)
diff --git a/dev-python/daff/Manifest b/dev-python/daff/Manifest
new file mode 100644
index 000000000..b5b119679
--- /dev/null
+++ b/dev-python/daff/Manifest
@@ -0,0 +1 @@
+DIST daff-1.3.46.tar.gz 149820 BLAKE2B e79083fbdbbb975d0f81f5c932a58788925e0376e82c6c284e39596319e4498375e6e548a3ee8a9b383b1e38b0564fcd3247eb51f03519cb779899b21f29de35 SHA512 b43b6c737fd68663fd15366d8024f5190bc35e52ce6b8f3d64f8c538c544c21a1e9cdb691e4673eed4958be37cbf9590863a1029fec7d08062156adaaf28103f
diff --git a/dev-python/daff/daff-1.3.46.ebuild b/dev-python/daff/daff-1.3.46.ebuild
new file mode 100644
index 000000000..e761b2ccb
--- /dev/null
+++ b/dev-python/daff/daff-1.3.46.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="The daff can produce and apply tabular diffs"
+HOMEPAGE="https://github.com/paulfitz/daff"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~sparc ~x86 ~riscv"
diff --git a/dev-python/daff/metadata.xml b/dev-python/daff/metadata.xml
new file mode 100644
index 000000000..3e2e0fe7f
--- /dev/null
+++ b/dev-python/daff/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>vowstar@gmail.com</email>
+ <name>Huang Rui</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">daff</remote-id>
+ <remote-id type="github">paulfitz/daff</remote-id>
+ </upstream>
+ <longdescription lang="en">
+ daff: data diff. daff can produce and apply tabular diffs.
+ This is a library for comparing tables, producing a summary of their
+ differences, and using such a summary as a patch file. It is optimized for
+ comparing tables that share a common origin, in other words multiple
+ versions of the "same" table.
+ </longdescription>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/daff/
@ 2021-06-15 7:13 Andrew Ammerlaan
0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2021-06-15 7:13 UTC (permalink / raw
To: gentoo-commits
commit: f648cd3a676a4a25e84cf887fe51141ef2103567
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 15 07:13:05 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Jun 15 07:13:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f648cd3a
dev-python/daff: sort keywords
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/daff/daff-1.3.46.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/daff/daff-1.3.46.ebuild b/dev-python/daff/daff-1.3.46.ebuild
index e761b2ccb..543b34c84 100644
--- a/dev-python/daff/daff-1.3.46.ebuild
+++ b/dev-python/daff/daff-1.3.46.ebuild
@@ -13,4 +13,4 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~sparc ~x86 ~riscv"
+KEYWORDS="~amd64 ~ia64 ~riscv ~sparc ~x86"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/daff/
@ 2021-08-08 15:54 Anna Vyalkova
0 siblings, 0 replies; 8+ messages in thread
From: Anna Vyalkova @ 2021-08-08 15:54 UTC (permalink / raw
To: gentoo-commits
commit: ea3aaf41da0b2d4ac86ee0a88ac4ccfeaf433d96
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Aug 8 15:51:13 2021 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Aug 8 15:53:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ea3aaf41
dev-python/daff: bump eapi, add tests
Closes: https://bugs.gentoo.org/800131
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/daff/daff-1.3.46.ebuild | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/dev-python/daff/daff-1.3.46.ebuild b/dev-python/daff/daff-1.3.46.ebuild
index 543b34c84..edb347feb 100644
--- a/dev-python/daff/daff-1.3.46.ebuild
+++ b/dev-python/daff/daff-1.3.46.ebuild
@@ -1,16 +1,21 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
+EAPI=8
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_REQ_USE="sqlite"
inherit distutils-r1
-DESCRIPTION="The daff can produce and apply tabular diffs"
+DESCRIPTION="Diff and patch tables"
HOMEPAGE="https://github.com/paulfitz/daff"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~riscv ~sparc ~x86"
+
+python_test() {
+ "${EPYTHON}" test/test_example.py || die
+ "${EPYTHON}" test/test_sqlite.py || die
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/daff/
@ 2022-07-04 3:25 Rui Huang
0 siblings, 0 replies; 8+ messages in thread
From: Rui Huang @ 2022-07-04 3:25 UTC (permalink / raw
To: gentoo-commits
commit: 7ff395fde2bac46109dcc43ef952e0dafdd640f0
Author: Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Mon Jul 4 03:25:21 2022 +0000
Commit: Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Mon Jul 4 03:25:21 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7ff395fd
dev-python/daff: update DESCRIPTION
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
dev-python/daff/daff-1.3.46.ebuild | 13 ++++---------
dev-python/daff/metadata.xml | 2 +-
2 files changed, 5 insertions(+), 10 deletions(-)
diff --git a/dev-python/daff/daff-1.3.46.ebuild b/dev-python/daff/daff-1.3.46.ebuild
index edb347feb..603ae3aec 100644
--- a/dev-python/daff/daff-1.3.46.ebuild
+++ b/dev-python/daff/daff-1.3.46.ebuild
@@ -1,21 +1,16 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-PYTHON_REQ_USE="sqlite"
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
inherit distutils-r1
-DESCRIPTION="Diff and patch tables"
+DESCRIPTION="The daff can produce and apply tabular diffs"
HOMEPAGE="https://github.com/paulfitz/daff"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~riscv ~sparc ~x86"
-
-python_test() {
- "${EPYTHON}" test/test_example.py || die
- "${EPYTHON}" test/test_sqlite.py || die
-}
diff --git a/dev-python/daff/metadata.xml b/dev-python/daff/metadata.xml
index 3e2e0fe7f..6f7e0ef31 100644
--- a/dev-python/daff/metadata.xml
+++ b/dev-python/daff/metadata.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>vowstar@gmail.com</email>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/daff/
@ 2022-07-04 3:40 Rui Huang
0 siblings, 0 replies; 8+ messages in thread
From: Rui Huang @ 2022-07-04 3:40 UTC (permalink / raw
To: gentoo-commits
commit: 2e68853bbfb1ef03276f5d2daf2746921e095bfd
Author: Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Mon Jul 4 03:40:41 2022 +0000
Commit: Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Mon Jul 4 03:40:41 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2e68853b
dev-python/daff: keyword 1.3.46 for ~arm64
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
dev-python/daff/daff-1.3.46.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/daff/daff-1.3.46.ebuild b/dev-python/daff/daff-1.3.46.ebuild
index 603ae3aec..d60ae5c07 100644
--- a/dev-python/daff/daff-1.3.46.ebuild
+++ b/dev-python/daff/daff-1.3.46.ebuild
@@ -13,4 +13,4 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm64 ~ia64 ~riscv ~sparc ~x86"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/daff/
@ 2023-10-09 9:10 Rui Huang
0 siblings, 0 replies; 8+ messages in thread
From: Rui Huang @ 2023-10-09 9:10 UTC (permalink / raw
To: gentoo-commits
commit: f20acf00f1b6374b2411ad3b5d612a9abb7908ba
Author: Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Mon Oct 9 09:10:09 2023 +0000
Commit: Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Mon Oct 9 09:10:21 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f20acf00
dev-python/daff: enable py3.12
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
dev-python/daff/daff-1.3.46.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/daff/daff-1.3.46.ebuild b/dev-python/daff/daff-1.3.46.ebuild
index e507624d13..f6bbcf106b 100644
--- a/dev-python/daff/daff-1.3.46.ebuild
+++ b/dev-python/daff/daff-1.3.46.ebuild
@@ -3,8 +3,8 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
-
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="The daff can produce and apply tabular diffs"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/daff/
@ 2024-10-19 10:22 Takuya Wakazono
0 siblings, 0 replies; 8+ messages in thread
From: Takuya Wakazono @ 2024-10-19 10:22 UTC (permalink / raw
To: gentoo-commits
commit: feae84b40852303197ff45c76283375e7939ba56
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sat Oct 19 09:03:50 2024 +0000
Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Sat Oct 19 09:03:50 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=feae84b4
dev-python/daff: enable tests
Closes: https://bugs.gentoo.org/856532
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
dev-python/daff/daff-1.3.46.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dev-python/daff/daff-1.3.46.ebuild b/dev-python/daff/daff-1.3.46.ebuild
index eaa3817ca..a303fac88 100644
--- a/dev-python/daff/daff-1.3.46.ebuild
+++ b/dev-python/daff/daff-1.3.46.ebuild
@@ -13,3 +13,7 @@ HOMEPAGE="https://github.com/paulfitz/daff"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~riscv ~sparc ~x86"
+
+python_test() {
+ "${EPYTHON}" test/test_example.py || die
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/daff/
@ 2024-11-13 11:09 Rui Huang
0 siblings, 0 replies; 8+ messages in thread
From: Rui Huang @ 2024-11-13 11:09 UTC (permalink / raw
To: gentoo-commits
commit: 773a39e9fd007414f45b1f81fa8e67246ec39fb3
Author: Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Wed Nov 13 11:07:44 2024 +0000
Commit: Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Wed Nov 13 11:09:03 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=773a39e9
dev-python/daff: enable py3.13
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
dev-python/daff/daff-1.3.46.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/daff/daff-1.3.46.ebuild b/dev-python/daff/daff-1.3.46.ebuild
index a303fac88..50c220d2c 100644
--- a/dev-python/daff/daff-1.3.46.ebuild
+++ b/dev-python/daff/daff-1.3.46.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-11-13 11:09 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-08 15:54 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/daff/ Anna Vyalkova
-- strict thread matches above, loose matches on Subject: below --
2024-11-13 11:09 Rui Huang
2024-10-19 10:22 Takuya Wakazono
2023-10-09 9:10 Rui Huang
2022-07-04 3:40 Rui Huang
2022-07-04 3:25 Rui Huang
2021-06-15 7:13 Andrew Ammerlaan
2021-06-09 15:35 Rui Huang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox