public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] pychecker-0.7.ebuild
@ 2001-07-18 20:44 Ollie Rutherfurd
  2001-07-30 15:40 ` Dan Armak
  0 siblings, 1 reply; 2+ messages in thread
From: Ollie Rutherfurd @ 2001-07-18 20:44 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 244 bytes --]

Hello,

A new version of pychecker was released yesterday - I've attached an updated ebuild for it.  It's pretty short, but it seems to work for me, if there anything I should do differently, please let me know.  

-Ollie
oliver@rutherfurd.net

[-- Attachment #2: pychecker-0.7.ebuild --]
[-- Type: text/plain, Size: 365 bytes --]

# Author: Ollie Rutherfurd
A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="PyChecker finds common bugs in Python code."
SRC_URI="http://prdownloads.sourceforge.net/pychecker/"${A}
HOMEPAGE="http://pychecker.sourceforge.net/"

DEPEND="virtual/python"

src_install(){
	cd ${S}
	try python setup.py install
	dodoc README CHANGELOG TODO MAINTAINERS COPYRIGHT KNOWN_BUGS
}

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-07-30 21:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-18 20:44 [gentoo-dev] pychecker-0.7.ebuild Ollie Rutherfurd
2001-07-30 15:40 ` Dan Armak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox