blob: 1edbca53c83563d70768fca5229822a59b209e01 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgbase = python-geonamescache
pkgdesc = A Python library that provides functions to retrieve names, ISO and FIPS codes of continents, countries as well as US states and counties as Python dictionaries. The country and city datasets also include population and geographic data.
pkgver = 3.0.0
pkgrel = 1
url = https://pypi.org/project/geonamescache/
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python>=3.10
depends = python-typing_extensions
source = geonamescache-3.0.0.tar.gz::https://files.pythonhosted.org/packages/25/16/250e1be82f1a10581361ddc0d379a37c5660f1818fed780ac42ef6706540/geonamescache-3.0.0.tar.gz
sha256sums = 6eca4a4ceca134a6827dc36b9a0415428081129ec1d731ea496f63f9e9e450ba
pkgname = python-geonamescache
|