* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgweb/
@ 2017-03-24 6:56 Anthony G. Basile
0 siblings, 0 replies; 8+ messages in thread
From: Anthony G. Basile @ 2017-03-24 6:56 UTC (permalink / raw
To: gentoo-commits
commit: 33b28f96b7d4923cab43052fefa57e6f93528e10
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 24 06:55:32 2017 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Fri Mar 24 06:55:32 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33b28f96
app-backup/borgweb: initial commit
Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-backup/borgweb/Manifest | 1 +
app-backup/borgweb/borgweb-0.2.0.ebuild | 20 ++++++++++++++++++++
app-backup/borgweb/metadata.xml | 11 +++++++++++
3 files changed, 32 insertions(+)
diff --git a/app-backup/borgweb/Manifest b/app-backup/borgweb/Manifest
new file mode 100644
index 00000000000..0e965c7f4fb
--- /dev/null
+++ b/app-backup/borgweb/Manifest
@@ -0,0 +1 @@
+DIST borgweb-0.2.0.tar.gz 503852 SHA256 56a4cb485a1950098925230644ffc958c94f2a311125bee557dbbcdb5c257cef SHA512 7898caf803b82e910eaa1672b892657038da6606777ecefd97c27698c14524094f0c1741621ad4ff9a230d66454de419558644ba185488b0fdb5e1aa604010a0 WHIRLPOOL 6fc809ea502b860d5f92f85463e4f4114bfe40d9f756f49cbe911ade566a10610b73ce7a9c139797b1f1e1642a82b5e77f0b3f7776d278a1da57e95b454535be
diff --git a/app-backup/borgweb/borgweb-0.2.0.ebuild b/app-backup/borgweb/borgweb-0.2.0.ebuild
new file mode 100644
index 00000000000..855865d2e5c
--- /dev/null
+++ b/app-backup/borgweb/borgweb-0.2.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Browser-based user interface for BorgBackup"
+HOMEPAGE="https://pypi.python.org/pypi/borgweb"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPENDS="dev-python/setuptools"
+RDEPENDS="app-backup/borgbackup"
diff --git a/app-backup/borgweb/metadata.xml b/app-backup/borgweb/metadata.xml
new file mode 100644
index 00000000000..87b7e668d55
--- /dev/null
+++ b/app-backup/borgweb/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>blueness@gentoo.org</email>
+ <name>Anthony G. Basile</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">borgweb</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgweb/
@ 2017-03-27 10:24 Anthony G. Basile
0 siblings, 0 replies; 8+ messages in thread
From: Anthony G. Basile @ 2017-03-27 10:24 UTC (permalink / raw
To: gentoo-commits
commit: 927b3fab486b60d7fc3ea03f9ab6b64f53ff998c
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 27 10:22:29 2017 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Mar 27 10:24:41 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=927b3fab
app-backup/borgweb: fix typos, bug #613948
Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-backup/borgweb/{borgweb-0.2.0.ebuild => borgweb-0.2.0-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-backup/borgweb/borgweb-0.2.0.ebuild b/app-backup/borgweb/borgweb-0.2.0-r1.ebuild
similarity index 85%
rename from app-backup/borgweb/borgweb-0.2.0.ebuild
rename to app-backup/borgweb/borgweb-0.2.0-r1.ebuild
index 855865d2e5c..3544f097ce5 100644
--- a/app-backup/borgweb/borgweb-0.2.0.ebuild
+++ b/app-backup/borgweb/borgweb-0.2.0-r1.ebuild
@@ -16,5 +16,5 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPENDS="dev-python/setuptools"
-RDEPENDS="app-backup/borgbackup"
+DEPEND="dev-python/setuptools"
+RDEPEND="app-backup/borgbackup"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgweb/
@ 2017-04-15 19:42 Manuel Rüger
0 siblings, 0 replies; 8+ messages in thread
From: Manuel Rüger @ 2017-04-15 19:42 UTC (permalink / raw
To: gentoo-commits
commit: 4b7812f5a75b2e3c6a9f0dcb9b432022cb6752a2
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 15 19:41:35 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Apr 15 19:41:35 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b7812f5
app-backup/borgweb: Add missed dep on flask, add PYTHON_USEDEP
Package-Manager: Portage-2.3.5, Repoman-2.3.2
.../borgweb/{borgweb-0.2.0-r1.ebuild => borgweb-0.2.0-r2.ebuild} | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/app-backup/borgweb/borgweb-0.2.0-r1.ebuild b/app-backup/borgweb/borgweb-0.2.0-r2.ebuild
similarity index 74%
rename from app-backup/borgweb/borgweb-0.2.0-r1.ebuild
rename to app-backup/borgweb/borgweb-0.2.0-r2.ebuild
index 3544f097ce5..6e78c2932d2 100644
--- a/app-backup/borgweb/borgweb-0.2.0-r1.ebuild
+++ b/app-backup/borgweb/borgweb-0.2.0-r2.ebuild
@@ -16,5 +16,6 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="dev-python/setuptools"
-RDEPEND="app-backup/borgbackup"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="app-backup/borgbackup[${PYTHON_USEDEP}]
+ dev-python/flask[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgweb/
@ 2017-05-16 21:27 Manuel Rüger
0 siblings, 0 replies; 8+ messages in thread
From: Manuel Rüger @ 2017-05-16 21:27 UTC (permalink / raw
To: gentoo-commits
commit: 7064beb92782b310e81c6d25d66719ffe6770436
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue May 16 21:26:45 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue May 16 21:27:12 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7064beb9
app-backup/borgweb: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
app-backup/borgweb/borgweb-0.2.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-backup/borgweb/borgweb-0.2.0-r2.ebuild b/app-backup/borgweb/borgweb-0.2.0-r2.ebuild
index 6e78c2932d2..e3b355a9bb8 100644
--- a/app-backup/borgweb/borgweb-0.2.0-r2.ebuild
+++ b/app-backup/borgweb/borgweb-0.2.0-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python3_{4,5} )
+PYTHON_COMPAT=( python3_{4,5,6} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgweb/
@ 2018-06-30 16:40 Anthony G. Basile
0 siblings, 0 replies; 8+ messages in thread
From: Anthony G. Basile @ 2018-06-30 16:40 UTC (permalink / raw
To: gentoo-commits
commit: f5d0869af48ab41a13037141c3117d420be53c21
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 30 16:39:57 2018 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Jun 30 16:40:14 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5d0869a
app-backup/borgweb: version bump to 0.3.0
Package-Manager: Portage-2.3.40, Repoman-2.3.9
app-backup/borgweb/Manifest | 1 +
app-backup/borgweb/borgweb-0.3.0.ebuild | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+)
diff --git a/app-backup/borgweb/Manifest b/app-backup/borgweb/Manifest
index 6a4fce2e607..386fef65e52 100644
--- a/app-backup/borgweb/Manifest
+++ b/app-backup/borgweb/Manifest
@@ -1 +1,2 @@
DIST borgweb-0.2.0.tar.gz 503852 BLAKE2B 6d37eeca4893f825486d46e03d8212fc3597a8704cee976429a7c55f7ab98b405038948ce7e407fa7c78a2a9f6c2b0ca4307144ffae3bf68ad6e582921989bfb SHA512 7898caf803b82e910eaa1672b892657038da6606777ecefd97c27698c14524094f0c1741621ad4ff9a230d66454de419558644ba185488b0fdb5e1aa604010a0
+DIST borgweb-0.3.0.tar.gz 512052 BLAKE2B a783a4d0528b0d501918b958facbfbee131e95a8219bf9608572e402f6e6e3010f6716c64e76ef72858e949b505ef8c4eefd5f6512dd1b0ef767a32d2c493fc5 SHA512 90867338f3678732ade97f9b595579cc5aabf6ee824b0bd4dec986ae04db94304dee1d8ae1275331d93a2b3a89916ed11e834ace8a92cf196f4050178bf96625
diff --git a/app-backup/borgweb/borgweb-0.3.0.ebuild b/app-backup/borgweb/borgweb-0.3.0.ebuild
new file mode 100644
index 00000000000..557cdea733a
--- /dev/null
+++ b/app-backup/borgweb/borgweb-0.3.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Browser-based user interface for BorgBackup"
+HOMEPAGE="https://pypi.org/project/borgweb/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="app-backup/borgbackup[${PYTHON_USEDEP}]
+ dev-python/flask[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgweb/
@ 2020-04-23 18:51 Anthony G. Basile
0 siblings, 0 replies; 8+ messages in thread
From: Anthony G. Basile @ 2020-04-23 18:51 UTC (permalink / raw
To: gentoo-commits
commit: 03589d2ef14b932ee6b8eaf16a389e103cc82f4e
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 23 18:44:56 2020 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Apr 23 18:51:10 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03589d2e
app-backup/borgweb: add python 3.7, bug #718194
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
app-backup/borgweb/borgweb-0.2.0-r2.ebuild | 4 ++--
app-backup/borgweb/borgweb-0.3.0.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-backup/borgweb/borgweb-0.2.0-r2.ebuild b/app-backup/borgweb/borgweb-0.2.0-r2.ebuild
index deba80138e3..6568b820ce1 100644
--- a/app-backup/borgweb/borgweb-0.2.0-r2.ebuild
+++ b/app-backup/borgweb/borgweb-0.2.0-r2.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
diff --git a/app-backup/borgweb/borgweb-0.3.0.ebuild b/app-backup/borgweb/borgweb-0.3.0.ebuild
index deba80138e3..6568b820ce1 100644
--- a/app-backup/borgweb/borgweb-0.3.0.ebuild
+++ b/app-backup/borgweb/borgweb-0.3.0.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgweb/
@ 2020-09-01 23:53 Anthony G. Basile
0 siblings, 0 replies; 8+ messages in thread
From: Anthony G. Basile @ 2020-09-01 23:53 UTC (permalink / raw
To: gentoo-commits
commit: 4055a4e0296194c3ab420fab3dd489e755bf8a2f
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 1 23:53:10 2020 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Sep 1 23:53:10 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4055a4e0
app-backup/borgweb: add python 3.8
Closes: https://bugs.gentoo.org/718194
Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
app-backup/borgweb/borgweb-0.2.0-r2.ebuild | 2 +-
app-backup/borgweb/borgweb-0.3.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-backup/borgweb/borgweb-0.2.0-r2.ebuild b/app-backup/borgweb/borgweb-0.2.0-r2.ebuild
index 6568b820ce1..a5a107910ed 100644
--- a/app-backup/borgweb/borgweb-0.2.0-r2.ebuild
+++ b/app-backup/borgweb/borgweb-0.2.0-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
diff --git a/app-backup/borgweb/borgweb-0.3.0.ebuild b/app-backup/borgweb/borgweb-0.3.0.ebuild
index 6568b820ce1..a5a107910ed 100644
--- a/app-backup/borgweb/borgweb-0.3.0.ebuild
+++ b/app-backup/borgweb/borgweb-0.3.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgweb/
@ 2021-06-01 10:08 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-06-01 10:08 UTC (permalink / raw
To: gentoo-commits
commit: fd06875ba08ab7f517e51e7c4277fc6f84b3a15c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 1 10:03:13 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 1 10:08:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd06875b
app-backup/borgweb: add Python 3.9
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-backup/borgweb/borgweb-0.2.0-r2.ebuild | 6 ++----
app-backup/borgweb/borgweb-0.3.0.ebuild | 6 ++----
2 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/app-backup/borgweb/borgweb-0.2.0-r2.ebuild b/app-backup/borgweb/borgweb-0.2.0-r2.ebuild
index 08800aaccdd..6ed8f90906b 100644
--- a/app-backup/borgweb/borgweb-0.2.0-r2.ebuild
+++ b/app-backup/borgweb/borgweb-0.2.0-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1
@@ -14,8 +14,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="app-backup/borgbackup[${PYTHON_USEDEP}]
dev-python/flask[${PYTHON_USEDEP}]"
diff --git a/app-backup/borgweb/borgweb-0.3.0.ebuild b/app-backup/borgweb/borgweb-0.3.0.ebuild
index 08800aaccdd..6ed8f90906b 100644
--- a/app-backup/borgweb/borgweb-0.3.0.ebuild
+++ b/app-backup/borgweb/borgweb-0.3.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1
@@ -14,8 +14,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="app-backup/borgbackup[${PYTHON_USEDEP}]
dev-python/flask[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2021-06-01 10:08 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-01 10:08 [gentoo-commits] repo/gentoo:master commit in: app-backup/borgweb/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2020-09-01 23:53 Anthony G. Basile
2020-04-23 18:51 Anthony G. Basile
2018-06-30 16:40 Anthony G. Basile
2017-05-16 21:27 Manuel Rüger
2017-04-15 19:42 Manuel Rüger
2017-03-27 10:24 Anthony G. Basile
2017-03-24 6:56 Anthony G. Basile
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox