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

Bug 446026

Summary: dev-python/python-application-1.4.0 - Basic building blocks for python applications
Product: Gentoo Linux Reporter: Patrick McMunn <doctorwhoguy>
Component: New packagesAssignee: Julian Ospald <hasufell>
Status: RESOLVED FIXED    
Severity: normal CC: cloos, proneet11, python
Priority: Normal Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 365131, 446024    
Attachments: dev-python/python-application-1.4.0.ebuild
dev-python/python-application-1.4.0.ebuild
ebuild for dev-python/python-application-1.4.0
ebuild for dev-python/python-application-1.4.0

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