dev-python/flask-datepicker - 0.16 (pentoo)

Search

Install

Install this version:

emerge -a =dev-python/flask-datepicker-0.16

Package Information

Description:
A Flask extension for Jquery-ui javascript date picker
Homepage:
https://github.com/mrf345/flask_datepicker/
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
0.16 8 amd64 x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1

DESCRIPTION="A Flask extension for Jquery-ui javascript date picker"
HOMEPAGE="https://github.com/mrf345/flask_datepicker/"
SRC_URI="https://github.com/mrf345/flask_datepicker/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"

S=${WORKDIR}/${P/-/_}

LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="test"
RESTRICT="!test? ( test )"

RDEPEND="
	dev-python/flask[${PYTHON_USEDEP}]
	dev-python/flask-bootstrap[${PYTHON_USEDEP}]
	dev-python/markupsafe[${PYTHON_USEDEP}]
"
BDEPEND="${RDEPEND}"

distutils_enable_tests pytest

src_prepare() {
	# don't do cover during the tests
	use test && sed -i -e "s/ --cov.*$//" setup.cfg
	eapply_user
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-python/flask-datepicker | euse -E <flag> -p dev-python/flask-datepicker | euse -D <flag> -p dev-python/flask-datepicker

Global/Standard Flags

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/flask[]
	dev-python/flask-bootstrap[]
	dev-python/markupsafe[]

BDEPEND

	dev-python/flask[]
	dev-python/flask-bootstrap[]
	dev-python/markupsafe[]

Manifest for 0.16

Type File Size Source URLs
DIST flask-datepicker-0.16.gh.tar.gz 8855 bytes https://github.com/mrf345/flask_datepicker/archive/refs/tags/0.16.tar.gz