Install this version:
emerge -a =dev-python/wingetty-1.0.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/wingetty-1.0.0
Or alternatively:
emerge --autounmask-write -a =dev-python/wingetty-1.0.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.0.0 | 8 | ~amd64 | 0 |
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( python3_{12..15} )
inherit python-r1
DESCRIPTION="WinGet repository server (REST API only)."
HOMEPAGE="https://github.com/thilojaeggi/WinGetty"
SRC_URI="https://github.com/thilojaeggi/WinGetty/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/WinGetty-${PV}"
LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="~amd64"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
dev-python/alembic[${PYTHON_USEDEP}]
dev-python/dynaconf[${PYTHON_USEDEP}]
dev-python/flask[${PYTHON_USEDEP}]
dev-python/flask-bcrypt[${PYTHON_USEDEP}]
dev-python/flask-login[${PYTHON_USEDEP}]
dev-python/flask-migrate[${PYTHON_USEDEP}]
dev-python/flask-sqlalchemy[${PYTHON_USEDEP}]
dev-python/sqlalchemy[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
src_install() {
python_moduleinto wingetty
python_foreach_impl python_domodule app/*
}
dev-python/alembic[] dev-python/dynaconf[] dev-python/flask[] dev-python/flask-bcrypt[] dev-python/flask-login[] dev-python/flask-migrate[] dev-python/flask-sqlalchemy[] dev-python/sqlalchemy[]
dev-python/alembic[] dev-python/dynaconf[] dev-python/flask[] dev-python/flask-bcrypt[] dev-python/flask-login[] dev-python/flask-migrate[] dev-python/flask-sqlalchemy[] dev-python/sqlalchemy[]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | wingetty-1.0.0.tar.gz | 896395 bytes | https://github.com/thilojaeggi/WinGetty/archive/refs/tags/v1.0.0.tar.gz |