[gentoo-commits] dev/ikelos:master commit in: dev-python/libkeepass/, dev-python/uncompyle6/, dev-python/pycdc/

2016-07-18 Thread Mike Auty
commit: c23da7b0361b559ae2f111619b9ec03912a9c89d
Author: layman  localhost>
AuthorDate: Mon Jul 18 19:21:54 2016 +
Commit: Mike Auty  gentoo  org>
CommitDate: Mon Jul 18 19:21:54 2016 +
URL:https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=c23da7b0

Fix up the ebuilds with descriptions and licenses a little.

 dev-python/libkeepass/libkeepass-.ebuild  | 6 +++---
 dev-python/pycdc/pycdc-.ebuild| 6 +++---
 dev-python/uncompyle6/uncompyle6-2.7.0.ebuild | 2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev-python/libkeepass/libkeepass-.ebuild 
b/dev-python/libkeepass/libkeepass-.ebuild
index c8ecd2a..ea289df 100644
--- a/dev-python/libkeepass/libkeepass-.ebuild
+++ b/dev-python/libkeepass/libkeepass-.ebuild
@@ -7,13 +7,13 @@ EAPI=6
 PYTHON_COMPAT=( python2_7 python3_4 )
 inherit git-r3 distutils-r1
 
-DESCRIPTION=""
-HOMEPAGE=""
+DESCRIPTION="Python module to read KeePass 1.x/KeePassX (v3) and KeePass 2.x 
(v4) files"
+HOMEPAGE="https://github.com/crass/libkeepass";
 SRC_URI=""
 
 EGIT_REPO_URI="https://github.com/crass/libkeepass";
 
-LICENSE=""
+LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""

diff --git a/dev-python/pycdc/pycdc-.ebuild 
b/dev-python/pycdc/pycdc-.ebuild
index 0127215..46febd1 100644
--- a/dev-python/pycdc/pycdc-.ebuild
+++ b/dev-python/pycdc/pycdc-.ebuild
@@ -7,13 +7,13 @@ EAPI=6
 PYTHON_COMPAT=( python2_7 python3_4 )
 inherit git-r3 cmake-utils
 
-DESCRIPTION=""
-HOMEPAGE=""
+DESCRIPTION="Python compiled-bytecode disassembler and decompiler"
+HOMEPAGE="https://github.com/zrax/pycdc";
 SRC_URI=""
 
 EGIT_REPO_URI="https://github.com/zrax/pycdc";
 
-LICENSE=""
+LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""

diff --git a/dev-python/uncompyle6/uncompyle6-2.7.0.ebuild 
b/dev-python/uncompyle6/uncompyle6-2.7.0.ebuild
index 03a561c..4c33bc9 100644
--- a/dev-python/uncompyle6/uncompyle6-2.7.0.ebuild
+++ b/dev-python/uncompyle6/uncompyle6-2.7.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI=""
 EGIT_REPO_URI="http://github.com/rocky/python-uncompyle6.git";
 EGIT_TAG="v${PN}"
 
-LICENSE=""
+LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""



[gentoo-commits] dev/ikelos:master commit in: dev-python/libkeepass/

2016-07-18 Thread Mike Auty
commit: bdd06d2c9333bcdcc64bf8cf2b998b40e814a867
Author: layman  localhost>
AuthorDate: Mon Jul 18 19:14:37 2016 +
Commit: Mike Auty  gentoo  org>
CommitDate: Mon Jul 18 19:14:37 2016 +
URL:https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=bdd06d2c

Add in recentish python keepass library.

 dev-python/libkeepass/libkeepass-.ebuild | 25 +
 1 file changed, 25 insertions(+)

diff --git a/dev-python/libkeepass/libkeepass-.ebuild 
b/dev-python/libkeepass/libkeepass-.ebuild
new file mode 100644
index 000..c8ecd2a
--- /dev/null
+++ b/dev-python/libkeepass/libkeepass-.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_4 )
+inherit git-r3 distutils-r1
+
+DESCRIPTION=""
+HOMEPAGE=""
+SRC_URI=""
+
+EGIT_REPO_URI="https://github.com/crass/libkeepass";
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=">=dev-python/lxml-3.2.1
+>=dev-python/nose-1.3.0
+   >=dev-python/pycrypto-2.6.1
+   >=dev-python/colorama-0.3.2"
+RDEPEND="${DEPEND}"