<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>python@gentoo.org</email>
		<name>Python</name>
	</maintainer>
	<longdescription lang="en">
		Cython is a language that makes writing C extensions for the Python
		language as easy as Python itself. It's based on Pyrex, but supports
		more cutting edge functionality and optimizations.
	</longdescription>
	<use>
		<flag name="test-full">
			Run test suite in full via additional (large) test
			dependencies, like dev-python/numpy.
		</flag>
	</use>
	<upstream>
		<remote-id type="pypi">Cython</remote-id>
		<remote-id type="github">cython/cython</remote-id>
	</upstream>
</pkgmetadata>
