<?xml version="1.0"?>
<package name="python-chardet">
	<description>Character encoding auto-detection in Python</description>
	<releases>
		<release version="3.0.4" revision="2">
			<deps>
				<dep name="Python3"/>
			</deps>
			<build>
				<script>
					<archive name="chardet-$VERSION">
						<cmd>python3 setup.py build</cmd>
						<cmd>python3 setup.py install --root=/</cmd>
					</archive>
				</script>
			</build>
		</release>
	</releases>
</package>
