openbsd-ports/databases/py-pickleshare/Makefile

24 lines
423 B
Makefile
Raw Normal View History

COMMENT = tiny 'shelve'-like database with concurrency support
2022-08-11 06:39:42 -04:00
MODPY_EGG_VERSION = 0.7.5
DISTNAME = pickleshare-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = databases devel
HOMEPAGE = https://github.com/pickleshare/pickleshare
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
MODPY_PYTEST = Yes
FLAVORS = python3
2022-08-11 06:39:42 -04:00
FLAVOR = python3
.include <bsd.port.mk>