<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pardus.org.tr/projeler/pisi/pisi-spec.dtd">
<PISI>
	<Source>
		<Name>Pyastra</Name>
		<Homepage>http://pyastra.sourceforge.net/</Homepage>
		<Packager>
			<Name>Hakan HAMURCU</Name>
			<Email>hakan@pardus-turk.org</Email>
		</Packager>
		<License>GPL-2</License>
		<IsA>console</IsA>
		<Summary>Pyastra is a Python to assembly translator that supports the Microchip PIC16 instruction set. It is designed to generate compact and effective code.</Summary>
		<Description>Pyastra is a python to assembly translator. It takes source file written in python and, if the code contains no errors, generates an assembly file. Then you may compile it to hex-file using your favourite PIC assembler (gpasm, mpasm, or any other compatible with them).</Description>
		<Archive sha1sum="d18d5680906273741e568c164fe6c5629666d4b6" type="targz">http://belnet.dl.sourceforge.net/sourceforge/pyastra/Pyastra-0.0.4.1.tar.gz</Archive>
		<BuildDependencies>
			<Dependency>python</Dependency>
		</BuildDependencies>
	</Source>
	
	<Package>
		<Name>Pyastra</Name>
		<RuntimeDependencies>
			<Dependency>python</Dependency>
		</RuntimeDependencies>
		<Files>
			<Path fileType="executable">/usr/bin</Path>
			<Path fileType="library">/usr/lib</Path>
			<Path fileType="document">/usr/share/doc</Path>
		</Files>
	</Package>
	
	<History>
		<Update release="1">
			<Date>2008-01-03</Date>
			<Version>0.0.4.1</Version>
			<Comment>First release</Comment>
			<Name>Hakan HAMURCU</Name>
			<Email>hakan@pardus-turk.org</Email>
		</Update>
	</History>
</PISI> 
