dev-python/geo2zip - 0.1.6 (pypi)

Search

Package Information

Description:
Geo2Zip is a Python package that provides a fast and efficient way to find the closest US ZIP code for a given latitude and longitude. It uses a KDTree for quick nearest-neighbor lookup, making it suitable for geospatial queries.
Homepage:
https://github.com/jlopex/geo2zip
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.1.6 8 ~amd64 ~x86 0
View Raw Ebuild
# automatically generated by g-sorcery
# please do not edit this file

EAPI=8

REALNAME="${PN}"
LITERALNAME="${PN}"
REALVERSION="${PV}"
DIGEST_SOURCES="yes"
PYTHON_COMPAT=( python{3_11,3_12,3_13,3_14} )
DISTUTILS_USE_PEP517=standalone

inherit python-r1 gs-pypi

DESCRIPTION="Geo2Zip is a Python package that provides a fast and efficient way to find the closest US ZIP code for a given latitude and longitude. It uses a KDTree for quick nearest-neighbor lookup, making it suitable for geospatial queries."

HOMEPAGE="https://github.com/jlopex/geo2zip"
LICENSE="MIT"
SRC_URI="https://files.pythonhosted.org/packages/source/${REALNAME::1}/${REALNAME}/${REALNAME}-${REALVERSION}.tar.gz"
SOURCEFILE="${REALNAME}-${REALVERSION}.tar.gz"
RESTRICT="test"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="dev"
DEPENDENCIES="dev-python/haversine[${PYTHON_USEDEP}]
	dev-python/scipy[${PYTHON_USEDEP}]
	dev? ( dev-python/pytest[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"

USE Flags

dev

Dependencies

RDEPEND

dev-python/haversine[${PYTHON_USEDEP}]
	dev-python/scipy[${PYTHON_USEDEP}]
	dev? ( dev-python/pytest[${PYTHON_USEDEP}] )

BDEPEND

dev-python/haversine[${PYTHON_USEDEP}]
	dev-python/scipy[${PYTHON_USEDEP}]
	dev? ( dev-python/pytest[${PYTHON_USEDEP}] )

Manifest for 0.1.6

Type File Size Source URLs
DIST geo2zip-0.1.6.tar.gz 8500170 bytes https://files.pythonhosted.org/packages/source/${REALNAME::1}/geo2zip/geo2zip-0.1.6.tar.gz