public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/github-pages-publish/
@ 2017-07-30  9:38 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2017-07-30  9:38 UTC (permalink / raw
  To: gentoo-commits

commit:     70b72ddf46f0a5a6c1cc7d48ea32a4d393552a25
Author:     David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 16:02:08 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 09:37:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70b72ddf

dev-vcs/github-pages-publish: use HTTPS for GitHub

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-vcs/github-pages-publish/github-pages-publish-0.1.2.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-vcs/github-pages-publish/github-pages-publish-0.1.2.ebuild b/dev-vcs/github-pages-publish/github-pages-publish-0.1.2.ebuild
index a71f113bc30..82c97287158 100644
--- a/dev-vcs/github-pages-publish/github-pages-publish-0.1.2.ebuild
+++ b/dev-vcs/github-pages-publish/github-pages-publish-0.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,8 +8,7 @@ PYTHON_COMPAT=( python2_7 )
 GIT_ECLASS=
 if [[ ${PV} = *9999* ]]; then
 	GIT_ECLASS="git-r3"
-	EGIT_REPO_URI="git://github.com/rafaelmartins/github-pages-publish.git
-		https://github.com/rafaelmartins/github-pages-publish.git"
+	EGIT_REPO_URI="https://github.com/rafaelmartins/${PN}.git"
 fi
 
 inherit distutils-r1 ${GIT_ECLASS}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/github-pages-publish/
@ 2020-01-16 18:56 Rafael Martins
  0 siblings, 0 replies; 3+ messages in thread
From: Rafael Martins @ 2020-01-16 18:56 UTC (permalink / raw
  To: gentoo-commits

commit:     ae32e7790a48e5d8b9eb06972da4d61459975356
Author:     Rafael Martins <rafaelmartins <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 16 18:54:48 2020 +0000
Commit:     Rafael Martins <rafaelmartins <AT> gentoo <DOT> org>
CommitDate: Thu Jan 16 18:55:53 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae32e779

dev-vcs/github-pages-publish: version bump

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Rafael Martins <rafaelmartins <AT> gentoo.org>

 dev-vcs/github-pages-publish/Manifest                          |  2 +-
 ...-publish-0.1.2.ebuild => github-pages-publish-0.1.3.ebuild} | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-vcs/github-pages-publish/Manifest b/dev-vcs/github-pages-publish/Manifest
index 15f48e80dff..1d0157df759 100644
--- a/dev-vcs/github-pages-publish/Manifest
+++ b/dev-vcs/github-pages-publish/Manifest
@@ -1 +1 @@
-DIST github-pages-publish-0.1.2.tar.gz 3295 BLAKE2B 6c891dde4fe450bb8708a5428fb1b205e111ebf876a7c8348e69dc89b95c43472a0ecc70ed75de7a3d137a8beead8ca00b12206dc8508371aa34c57ce53d6133 SHA512 3011a070c0798bc3f2853c32c6d97e20eb4711a23b4e2c2b188b4158d46d1434d89f8400bebed0806b9781cd8e13800f3e10d9e99ff2fc4e02059329fbee2658
+DIST github-pages-publish-0.1.3.tar.gz 3568 BLAKE2B d19d9d218d584f92a70016b6522b1e27edecf7de8dcc1fb4ca790980ec2a4ffd4f401f11ac7cd2483e5e723f9ae088678dc3aa346eb66de536a5c10435ff1953 SHA512 a501a6fbdf10038a35b5df8add58a79813d6cc2b26b2bfed2a2db7d02740c587a60402459c2fcdeeec66c72f1d5df532023490219daba14ce60782a2018b93d6

diff --git a/dev-vcs/github-pages-publish/github-pages-publish-0.1.2.ebuild b/dev-vcs/github-pages-publish/github-pages-publish-0.1.3.ebuild
similarity index 80%
rename from dev-vcs/github-pages-publish/github-pages-publish-0.1.2.ebuild
rename to dev-vcs/github-pages-publish/github-pages-publish-0.1.3.ebuild
index 13890ea8da5..d24e31d07ff 100644
--- a/dev-vcs/github-pages-publish/github-pages-publish-0.1.2.ebuild
+++ b/dev-vcs/github-pages-publish/github-pages-publish-0.1.3.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-PYTHON_COMPAT=( python2_7 )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 GIT_ECLASS=
 if [[ ${PV} = *9999* ]]; then
@@ -28,6 +29,5 @@ LICENSE="BSD"
 SLOT="0"
 IUSE=""
 
-DEPEND="dev-python/setuptools
-	>=dev-python/pygit2-0.20.0"
+DEPEND=">=dev-python/pygit2-0.20.0"
 RDEPEND="${DEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/github-pages-publish/
@ 2021-09-27  9:29 Arthur Zamarin
  0 siblings, 0 replies; 3+ messages in thread
From: Arthur Zamarin @ 2021-09-27  9:29 UTC (permalink / raw
  To: gentoo-commits

commit:     639cf05e50f66a3f2202979d50fbbd315c9d125f
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 27 06:36:23 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 27 09:29:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=639cf05e

dev-vcs/github-pages-publish: enable py3.{9,10}, cleanup

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 .../github-pages-publish-0.1.3.ebuild               | 21 ++++-----------------
 1 file changed, 4 insertions(+), 17 deletions(-)

diff --git a/dev-vcs/github-pages-publish/github-pages-publish-0.1.3.ebuild b/dev-vcs/github-pages-publish/github-pages-publish-0.1.3.ebuild
index 3226c0a807a..73c53a38c1e 100644
--- a/dev-vcs/github-pages-publish/github-pages-publish-0.1.3.ebuild
+++ b/dev-vcs/github-pages-publish/github-pages-publish-0.1.3.ebuild
@@ -3,30 +3,17 @@
 
 EAPI=7
 
-DISTUTILS_USE_SETUPTOOLS=bdepend
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{8..10} )
 
-GIT_ECLASS=
-if [[ ${PV} = *9999* ]]; then
-	GIT_ECLASS="git-r3"
-	EGIT_REPO_URI="https://github.com/rafaelmartins/${PN}.git"
-fi
-
-inherit distutils-r1 ${GIT_ECLASS}
+inherit distutils-r1
 
 DESCRIPTION="A script that commits files from a directory to Github Pages"
 HOMEPAGE="https://pypi.org/project/github-pages-publish/
 	https://github.com/rafaelmartins/github-pages-publish"
-
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
-if [[ ${PV} = *9999* ]]; then
-	SRC_URI=""
-fi
 
 LICENSE="BSD"
 SLOT="0"
-IUSE=""
+KEYWORDS="~amd64 ~x86"
 
-DEPEND=">=dev-python/pygit2-0.20.0"
-RDEPEND="${DEPEND}"
+RDEPEND=">=dev-python/pygit2-0.20.0"


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

end of thread, other threads:[~2021-09-27  9:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-30  9:38 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/github-pages-publish/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2020-01-16 18:56 Rafael Martins
2021-09-27  9:29 Arthur Zamarin

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