[gentoo-commits] repo/gentoo:master commit in: app-portage/gs-pypi/

2018-02-11 Thread Michał Górny
commit: d24d79c0b4bb0993b9adc320ede08fff07469b92
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 11 10:21:19 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 11 10:24:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d24d79c0

app-portage/gs-pypi: Remove useless maintainer 

Remove useless/redundant maintainer . It does not benefit
bug wrangling, and only wastes developer's time on reading it. Few tips:

- assignee/CC is implied by ordering, there is no reason to repeat it,
- we know that maintainer is maintainer (la la la la la),
- most of adjectives for maintainer are of no value and/or are obvious.

 app-portage/gs-pypi/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-portage/gs-pypi/metadata.xml b/app-portage/gs-pypi/metadata.xml
index d359987b179..299a3233827 100644
--- a/app-portage/gs-pypi/metadata.xml
+++ b/app-portage/gs-pypi/metadata.xml
@@ -3,7 +3,6 @@
 

dol...@gentoo.org
-   Primary maintainer


lay...@gentoo.org



[gentoo-commits] repo/gentoo:master commit in: app-portage/gs-pypi/

2016-12-24 Thread Brian Dolbec
commit: 569ca7074a8b9e9e4239bbb1d31e413c31345a67
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sat Dec 24 22:30:30 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Dec 24 22:30:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=569ca707

app-portage/gs-pypi: Add myself as primary maintainer

Add layman project as backup.

Package-Manager: Portage-2.3.3_p7, Repoman-2.3.1

 app-portage/gs-pypi/metadata.xml | 14 +++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/app-portage/gs-pypi/metadata.xml b/app-portage/gs-pypi/metadata.xml
index 06c48cd..d359987 100644
--- a/app-portage/gs-pypi/metadata.xml
+++ b/app-portage/gs-pypi/metadata.xml
@@ -1,7 +1,15 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-jauhien/gs-pypi
-  
+   
+   dol...@gentoo.org
+   Primary maintainer
+   
+   
+   lay...@gentoo.org
+   Gentoo Layman team
+   
+   
+   jauhien/gs-pypi
+   
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/gs-pypi/

2016-01-18 Thread Jauhien Piatlicki
commit: 3eb86c6bd25612f9dc543e6822ac50918941b481
Author: Jauhien Piatlicki  gentoo  org>
AuthorDate: Mon Jan 18 22:16:41 2016 +
Commit: Jauhien Piatlicki  gentoo  org>
CommitDate: Mon Jan 18 22:17:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eb86c6b

app-portage/gs-pypi: update PYTHON_COMPAT

Package-Manager: portage-2.2.26

 .../{gs-pypi-.ebuild => gs-pypi-0.2.1-r1.ebuild}  | 15 +++
 app-portage/gs-pypi/gs-pypi-.ebuild   |  8 
 2 files changed, 11 insertions(+), 12 deletions(-)

diff --git a/app-portage/gs-pypi/gs-pypi-.ebuild 
b/app-portage/gs-pypi/gs-pypi-0.2.1-r1.ebuild
similarity index 54%
copy from app-portage/gs-pypi/gs-pypi-.ebuild
copy to app-portage/gs-pypi/gs-pypi-0.2.1-r1.ebuild
index 77a1336..c3d9d11 100644
--- a/app-portage/gs-pypi/gs-pypi-.ebuild
+++ b/app-portage/gs-pypi/gs-pypi-0.2.1-r1.ebuild
@@ -1,23 +1,22 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-PYTHON_COMPAT=(python{2_7,3_3,3_4})
+PYTHON_COMPAT=(python{2_7,3_3,3_4,3_5})
 
-inherit distutils-r1 git-2
+inherit distutils-r1
 
 DESCRIPTION="g-sorcery backend for pypi packages"
 HOMEPAGE="https://github.com/jauhien/gs-pypi;
-SRC_URI=""
-EGIT_BRANCH="master"
-EGIT_REPO_URI="https://github.com/jauhien/gs-pypi;
+SRC_URI="https://github.com/jauhien/gs-pypi/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
+KEYWORDS="~amd64 ~x86"
 
-DEPEND=">=app-portage/g-sorcery-[bson(-),git(-),$(python_gen_usedep 
'python*')]
+DEPEND=">=app-portage/g-sorcery-0.2.1[bson(-),git(-),$(python_gen_usedep 
'python*')]
dev-python/beautifulsoup:4[$(python_gen_usedep 'python*')]"
 RDEPEND="${DEPEND}"
 

diff --git a/app-portage/gs-pypi/gs-pypi-.ebuild 
b/app-portage/gs-pypi/gs-pypi-.ebuild
index 77a1336..3990d05 100644
--- a/app-portage/gs-pypi/gs-pypi-.ebuild
+++ b/app-portage/gs-pypi/gs-pypi-.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-PYTHON_COMPAT=(python{2_7,3_3,3_4})
+PYTHON_COMPAT=(python{2_7,3_3,3_4,3_5})
 
-inherit distutils-r1 git-2
+inherit distutils-r1 git-r3
 
 DESCRIPTION="g-sorcery backend for pypi packages"
 HOMEPAGE="https://github.com/jauhien/gs-pypi;



[gentoo-commits] repo/gentoo:master commit in: app-portage/gs-pypi/

2015-08-22 Thread Jauhien Piatlicki
commit: a877cc525221793d6a5fb72a017c2c00780d8ee4
Author: Jauhien Piatlicki jauhien AT gentoo DOT org
AuthorDate: Sat Aug 22 21:24:05 2015 +
Commit: Jauhien Piatlicki jauhien AT gentoo DOT org
CommitDate: Sat Aug 22 21:55:20 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a877cc52

app-portage/gs-pypi: version bump

Package-Manager: portage-2.2.18

 app-portage/gs-pypi/Manifest |  1 +
 app-portage/gs-pypi/gs-pypi-0.2.1.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/app-portage/gs-pypi/Manifest b/app-portage/gs-pypi/Manifest
index 91fbd73..afbaab7 100644
--- a/app-portage/gs-pypi/Manifest
+++ b/app-portage/gs-pypi/Manifest
@@ -1,2 +1,3 @@
 DIST gs-pypi-0.1.tar.gz 15351 SHA256 
98a684cad3bb64af397dac5373b57a4bb23a6784dec6f3d049423808d068c1d8 SHA512 
e7d8dabed21de28f327da3163e95ea16dfb63c27d502233c0f6eae7bf3146866498c492795eff5c7126bf56bf6dd1613457290ffab83962741d49bd9254f059f
 WHIRLPOOL 
e7ce64d24302e4daa5ea2fdb96d1f43ccf9c5af1bd28a4de12dce05f73772de495e8c3f459088bac305caab02cae6f97018081d800eb1fadcc2e1ae133302c26
+DIST gs-pypi-0.2.1.tar.gz 16608 SHA256 
34c8e9596373b1348863fdc025edcc7d4cc8bee7a17cc4ce5e0749e56020977c SHA512 
72c04ab621690b0e1e8aee489cef09ed3f04a84b4d1f5e0888913429f24c37e79e320d41c585d7e5a087b8f9e6859f6702c42d81c1086bb51ce77c9949af6ac0
 WHIRLPOOL 
4cd010ae9d7a22b08d15bc54d5f1734d2de970fd2efa6facbdfca870b9ebc384e9a07f46008f12f67b7c38eacb5edec41a41885876a963963277823060b2ee94
 DIST gs-pypi-0.2.tar.gz 16582 SHA256 
17c72368d10d740f31cd84e237a350b10ec1ac0606432fc226a167d0433061ac SHA512 
b28143f6eb85151cee27c24f11fd8e2adae7115120cc38eeaaa9a59af49af9cee8423725db0babc0dec7ef357ed2485f8a360f69db9fb246f1097fc0f3c227b0
 WHIRLPOOL 
dbeae06ece88f1842c8be9b517a386534da433f599bbf6001b5b50fc22cfe0977569651c3b9d41a725a3dacb436991e8679ba403e8cc12528c9674ff1dcf78d6

diff --git a/app-portage/gs-pypi/gs-pypi-0.2.1.ebuild 
b/app-portage/gs-pypi/gs-pypi-0.2.1.ebuild
new file mode 100644
index 000..fa593fb
--- /dev/null
+++ b/app-portage/gs-pypi/gs-pypi-0.2.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=(python{2_7,3_3,3_4})
+
+inherit distutils-r1
+
+DESCRIPTION=g-sorcery backend for pypi packages
+HOMEPAGE=https://github.com/jauhien/gs-pypi;
+SRC_URI=https://github.com/jauhien/gs-pypi/archive/${PV}.tar.gz - 
${P}.tar.gz
+
+LICENSE=GPL-2
+SLOT=0
+KEYWORDS=~amd64 ~x86
+
+DEPEND==app-portage/g-sorcery-0.2.1[bson(-),git(-),$(python_gen_usedep 
'python*')]
+   dev-python/beautifulsoup:4[$(python_gen_usedep 'python*')]
+RDEPEND=${DEPEND}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   doman docs/*.8
+}



[gentoo-commits] repo/gentoo:master commit in: app-portage/gs-pypi/

2015-08-19 Thread Jauhien Piatlicki
commit: 764132ab606a00fc134d3cabf650ab79b30b2186
Author: Jauhien Piatlicki jauhien AT gentoo DOT org
AuthorDate: Tue Aug 18 11:46:04 2015 +
Commit: Jauhien Piatlicki jauhien AT gentoo DOT org
CommitDate: Wed Aug 19 21:25:51 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=764132ab

app-portage/gs-pypi: update live ebuild

Use git sync by default

Package-Manager: portage-2.2.18

 app-portage/gs-pypi/gs-pypi-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gs-pypi/gs-pypi-.ebuild 
b/app-portage/gs-pypi/gs-pypi-.ebuild
index 5d2136d..890b7bc 100644
--- a/app-portage/gs-pypi/gs-pypi-.ebuild
+++ b/app-portage/gs-pypi/gs-pypi-.ebuild
@@ -17,7 +17,7 @@ EGIT_REPO_URI=http://github.com/jauhien/gs-pypi;
 LICENSE=GPL-2
 SLOT=0
 
-DEPEND==app-portage/g-sorcery-0.2[bson(-),$(python_gen_usedep 'python*')]
+DEPEND==app-portage/g-sorcery-[bson(-),git(-),$(python_gen_usedep 
'python*')]
dev-python/beautifulsoup:4[$(python_gen_usedep 'python*')]
 RDEPEND=${DEPEND}