<?xml version="1.0"?>
<package name="python-smartypants">
	<description>Python with the SmartyPants</description>
	<releases>
		<release version="2.0.1" revision="1">
			<deps>
				<dep name="Python3"/>
			</deps>
			<build>
				<script>
					<archive name="smartypants.py-$VERSION">
						<cmd>python3 setup.py build</cmd>
						<cmd>python3 setup.py install --root=/</cmd>
					</archive>
				</script>
			</build>
		</release>
	</releases>
</package>
