Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 451916 - dev-python/simples3: switch to distutils-r1
Summary: dev-python/simples3: switch to distutils-r1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-13 20:29 UTC by Johan Bergström
Modified: 2013-01-13 21:06 UTC (History)
0 users

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


Attachments
simples3-1.0.ebuild (simples3-1.0.ebuild,693 bytes, text/plain)
2013-01-13 20:29 UTC, Johan Bergström
Details
simples3-1.0.ebuild (simples3-1.0.ebuild,770 bytes, text/plain)
2013-01-13 20:58 UTC, Johan Bergström
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Johan Bergström 2013-01-13 20:29:58 UTC
Created attachment 335508 [details]
simples3-1.0.ebuild

Simples3 now uses distutils-r1. See diff here: https://github.com/jbergstroem/gentoo-overlay/compare/master~3...simples3-distutils-r1
Comment 1 Johan Bergström 2013-01-13 20:58:56 UTC
Created attachment 335522 [details]
simples3-1.0.ebuild

Got some feedback from mgorny, the most important being calling prepare_all. Merge here: https://github.com/jbergstroem/gentoo-overlay/pull/1


Good to know for people migrating to distutils-r1:
[ 7:47am] : mgorny: generally, the rule is that you need to call prepare_all and install_all
[ 7:48am] : mgorny: others don't exist
[ 7:48am] : mgorny: prepare_all you call always at the end (since it may copy sources)
[ 7:48am] : mgorny: install_all at the beginning but after any local DOCS HTML_DOCS
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-01-13 21:06:07 UTC
Committed then.