<?xml version="1.0"?>
<package name="python-binaryornot">
	<description>Ultra-lightweight pure Python package to check if a file is binary or text.</description>
	<releases>
		<release version="0.4.0" revision="3">
			<deps>
				<dep name="Python3"/>
			</deps>
			<build>
				<script>
					<archive name="binaryornot-$VERSION">
						<cmd>python3 setup.py build</cmd>
						<cmd>python3 setup.py install --root=/</cmd>
					</archive>
				</script>
			</build>
		</release>
	</releases>
</package>
