<?xml version="1.0"?>
<package name="Cython">
	<description>Optimising static compiler for Python and Cython</description>
	<releases>
		<release version="3.2.1" revision="1">
			<deps>
				<dep name="Python3"/>
			</deps>
			<build>
				<script>
					<archive name="cython-$VERSION">
						<cmd>pip3 install --verbose --no-build-isolation --no-deps --no-index .</cmd>
					</archive>
				</script>
			</build>
		</release>
	</releases>
</package>
