Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 47864 - ebuild for dev-python/pythoncard-0.7.3.1
Summary: ebuild for dev-python/pythoncard-0.7.3.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-14 17:40 UTC by Stephen Boulet
Modified: 2004-04-15 16:34 UTC (History)
0 users

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


Attachments
pythoncard-0.7.3.1.ebuild (pythoncard-0.7.3.1.ebuild,628 bytes, text/plain)
2004-04-14 17:41 UTC, Stephen Boulet
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stephen Boulet 2004-04-14 17:40:59 UTC
Will attach an ebuild for pythoncard. It is a version bump, plus it has a dependency now on dev-python/wxPython-2.4.2.4.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Stephen Boulet 2004-04-14 17:41:50 UTC
Created attachment 29297 [details]
pythoncard-0.7.3.1.ebuild
Comment 2 Stephen Boulet 2004-04-14 18:19:34 UTC
Comment on attachment 29297 [details]
pythoncard-0.7.3.1.ebuild

># Copyright 1999-2004 Gentoo Technologies, Inc.
># Distributed under the terms of the GNU General Public License v2
># $Header: /home/cvsroot/gentoo-x86/dev-python/pythoncard/pythoncard-0.7.2.ebuild,v 1.2 2004/04/01 23:04:30 kloeri Exp $
>
>inherit distutils
>
>DESCRIPTION="Cross-platform GUI construction kit for python"
>HOMEPAGE="http://pythoncard.sourceforge.net/index.html"
>SRC_URI="mirror://sourceforge/pythoncard/PythonCardPrototype-${PV}.tar.gz"
>
>LICENSE="BSD"
>SLOT="0"
>KEYWORDS="x86 ~sparc"
>IUSE=""
>
>DEPEND=">=dev-python/wxPython-2.4.2.4"
>
>S=${WORKDIR}/PythonCardPrototype-${PV}
>
>mydoc="README.txt README_StyleEditor.txt"
Comment 3 Stephen Boulet 2004-04-14 18:20:22 UTC
License is actually BSD (their website needs to be updated).
Comment 4 Rob Cakebread (RETIRED) gentoo-dev 2004-04-15 16:34:46 UTC
Added to portage. Thanks, Stephen.