<?xml version="1.0"?>
<package name="pytz">
	<description>World timezone definitions, modern and historical</description>
	<releases>
		<release version="2021.3" revision="2">
			<deps>
				<dep name="Python3"/>
			</deps>
			<build>
				<script>
					<archive name="pytz-$VERSION">
						<cmd>python3 setup.py build</cmd>
						<cmd>python3 setup.py install --root=/</cmd>
					</archive>
				</script>
			</build>
		</release>
	</releases>
</package>
