Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 446026 - dev-python/python-application-1.4.0 - Basic building blocks for python applications
Summary: dev-python/python-application-1.4.0 - Basic building blocks for python applic...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Julian Ospald
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks: 365131 446024
  Show dependency tree
 
Reported: 2012-12-05 01:50 UTC by Patrick McMunn
Modified: 2015-09-08 17:47 UTC (History)
3 users (show)

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


Attachments
dev-python/python-application-1.4.0.ebuild (python-application-1.4.0.ebuild,418 bytes, text/plain)
2012-12-05 01:50 UTC, Patrick McMunn
Details
dev-python/python-application-1.4.0.ebuild (python-application-1.4.0.ebuild,495 bytes, text/plain)
2012-12-06 01:19 UTC, Patrick McMunn
Details
ebuild for dev-python/python-application-1.4.0 (python-application-1.4.0.ebuild,551 bytes, text/plain)
2013-11-21 22:28 UTC, Proneet Verma
Details
ebuild for dev-python/python-application-1.4.0 (python-application-1.4.0.ebuild,554 bytes, text/plain)
2013-11-21 22:54 UTC, Proneet Verma
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick McMunn 2012-12-05 01:50:36 UTC
Created attachment 331482 [details]
dev-python/python-application-1.4.0.ebuild

"This package is a collection of modules that are useful when building python
applications. Their purpose is to eliminate the need to divert resources into
implementing the small tasks that every application needs to do in order to
run successfully and focus instead on the application logic itself."

I'm submitting this ebuild as a dependency for net-voip/blink ( https://bugs.gentoo.org/show_bug.cgi?id=365131 ) and dev-python/python-sipsimple ( https://bugs.gentoo.org/show_bug.cgi?id=446024 ).
Comment 1 Patrick McMunn 2012-12-06 01:19:13 UTC
Created attachment 331602 [details]
dev-python/python-application-1.4.0.ebuild

Updated dependencies.
Comment 2 Ian Delaney (RETIRED) gentoo-dev 2013-01-12 04:31:28 UTC
Setting of PYTHON_RESTRICTED_ABIS="3.*" warrants setting of PYTHON_DEPEND.
Does the package support pypy?

 ~/improvise/dev-python/python-application $ ls /mnt/gen2/TmpDir/portage/dev-python/python-application-1.4.0/work/python-application-1.4.0/
application  build  ChangeLog  examples  LICENSE  MANIFEST.in  NEWS  PKG-INFO  README  setup.py

cites an examples folder which are not addressed in the ebuild.
Installed module name doesn't match ${PN}

To upgrade the ebuild, you have the options of seeking support either via sunrise or, more directly, via gentoo-python in irc
Comment 3 Proneet Verma 2013-11-21 22:28:52 UTC
Created attachment 363760 [details]
ebuild for dev-python/python-application-1.4.0

rewritten the ebuild using distutils-r1

This is my first ebuild.
Comment 4 Proneet Verma 2013-11-21 22:54:15 UTC
Created attachment 363764 [details]
ebuild for dev-python/python-application-1.4.0