dev-vcs/github-pages-publish: version bump
authorRafael Martins <rafaelmartins@gentoo.org>
Thu, 16 Jan 2020 18:54:48 +0000 (19:54 +0100)
committerRafael Martins <rafaelmartins@gentoo.org>
Thu, 16 Jan 2020 18:55:53 +0000 (19:55 +0100)
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Rafael Martins <rafaelmartins@gentoo.org>
dev-vcs/github-pages-publish/Manifest
dev-vcs/github-pages-publish/github-pages-publish-0.1.3.ebuild [moved from dev-vcs/github-pages-publish/github-pages-publish-0.1.2.ebuild with 80% similarity]

index 15f48e80dffc4fb26fcb67ee7101028a9bf19f0f..1d0157df75979ac87490481cec83760197695360 100644 (file)
@@ -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
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 13890ea8da56b5481a5d733e64255210d9f012d9..d24e31d07ff102feccb81f473d72d7f9ac47a678 100644 (file)
@@ -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}"