Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 499466 - dev-python/psycogreen - enables psycopg2 to work with coroutine libraries
Summary: dev-python/psycogreen - enables psycopg2 to work with coroutine libraries
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Default Assignee for New Packages
URL: https://bitbucket.org/dvarrazzo/psyco...
Whiteboard:
Keywords: EBUILD
Depends on: 499090
Blocks:
  Show dependency tree
 
Reported: 2014-01-27 16:32 UTC by A. Person
Modified: 2016-11-06 15:00 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
dev-python/psycogreen ebuild (psycogreen-1.0.ebuild,631 bytes, text/plain)
2014-01-27 16:33 UTC, A. Person
Details

Note You need to log in before you can comment on or make changes to this bug.
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.