Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 499466

Summary: dev-python/psycogreen - enables psycopg2 to work with coroutine libraries
Product: Gentoo Linux Reporter: A. Person <tesoro302>
Component: Current packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: RESOLVED OBSOLETE    
Severity: normal CC: python
Priority: Normal Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://bitbucket.org/dvarrazzo/psycogreen
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 499090    
Bug Blocks:    
Attachments: dev-python/psycogreen ebuild

Description A. Person 2014-01-27 16:32:04 UTC
"The psycogreen package enables psycopg2 to work with coroutine libraries, using asynchronous calls internally but offering a blocking interface so that regular code can run unmodified."

https://bitbucket.org/dvarrazzo/psycogreen

https://bugs.gentoo.org/show_bug.cgi?id=499238

I'm not sure about the LICENSE yet.

Reproducible: Always
Comment 1 A. Person 2014-01-27 16:33:47 UTC
Created attachment 368892 [details]
dev-python/psycogreen ebuild
Comment 2 A. Person 2014-01-27 16:34:26 UTC
That's psycogreen-1.0.ebuild.
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2014-01-27 17:17:56 UTC
Comment on attachment 368892 [details]
dev-python/psycogreen ebuild

># Copyright 1999-2014 Gentoo Foundation
># Distributed under the terms of the GNU General Public License v2
># $Header: $
>
>EAPI=5
>PYTHON_COMPAT=( python{2_6,2_7} )
>
>inherit distutils-r1
>
>DESCRIPTION="The psycogreen package enables psycopg2 to work with coroutine libraries, using asynchronous calls internally but offering a blocking interface so that regular code can run unmodified."

DESCRIPTION is too long and shouldn't contain $PN or end with a period.

>HOMEPAGE="https://bitbucket.org/dvarrazzo/psycogreen"
>SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
>
>LICENSE=""

License?

>RDEPEND="dev-python/gevent-psycopg2[${PYTHON_USEDEP}]"

That doesn't appear to be in the tree. There is bug #499090 however.
Comment 4 A. Person 2014-01-31 13:57:42 UTC
Any tips on picking the right license?  There are too many of them in /usr/portage/licenses to go through them one by one.
Comment 5 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2014-01-31 19:30:19 UTC
(In reply to A. Person from comment #4)
> Any tips on picking the right license?  There are too many of them in
> /usr/portage/licenses to go through them one by one.

Try grepping for some sentences from the text.
Comment 6 Patrice Clement gentoo-dev 2016-11-06 15:00:07 UTC
Linked bug has been marked as OBSOLETE. Closing.