Gentoo Archives: gentoo-portage-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCHES] setup.py install for Portage
Date: Thu, 21 Aug 2014 20:22:46
Message-Id: 20140821222230.37024ca5@pomiot.lan
In Reply to: [gentoo-portage-dev] [PATCHES] setup.py install for Portage by "Michał Górny"
1 Dnia 2014-08-21, o godz. 22:19:38
2 Michał Górny <mgorny@g.o> napisał(a):
3
4 > I will follow this thread with updated ebuild.
5
6 And here's the ebuild. You can also find it in ::mgorny.
7
8 One minor note: after applying the distutils-r1 patch I submitted to
9 gentoo-dev@ today, the following diff can be applied to improve
10 the ebuild:
11
12 diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-9999.ebuild
13 index 3fee385..f11c62a 100644
14 --- a/sys-apps/portage/portage-9999.ebuild
15 +++ b/sys-apps/portage/portage-9999.ebuild
16 @@ -187,7 +187,7 @@ python_install_all() {
17 use epydoc && targets+=( install_epydoc )
18
19 # install docs
20 - python_install "${targets[@]}"
21 + esetup.py "${targets[@]}"
22
23 # symlink compatibility /usr/lib/portage/bin
24 dosym "${EPYTHON}" /usr/lib/portage/bin
25
26 --
27 Best regards,
28 Michał Górny

Attachments

File name MIME type
portage-9999.ebuild text/plain
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-portage-dev] [PATCHES] setup.py install for Portage "Michał Górny" <mgorny@g.o>