app-misc/amazfitbip-font-tool - 1.1 (mva)

Search

Install

Install this version:

emerge -a =app-misc/amazfitbip-font-tool-1.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-misc/amazfitbip-font-tool-1.1

Or alternatively:

emerge --autounmask-write -a =app-misc/amazfitbip-font-tool-1.1

Package Information

Description:
Amazfit Bip Font Parser (& Packer)
Homepage:
https://web.archive.org/web/20220517220033/https://myamazfit.ru/threads/parser-shriftov-amazfit-bip.96/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.1 8 ~amd64 ~arm ~arm64 ~x86 0
View Raw Ebuild
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License

EAPI=8

PYTHON_COMPAT=(python3_{12..15} pypy3{,_11} )
inherit python-r1

DESCRIPTION="Amazfit Bip Font Parser (& Packer)"
HOMEPAGE="https://web.archive.org/web/20220517220033/https://myamazfit.ru/threads/parser-shriftov-amazfit-bip.96/"
SRC_URI="https://gist.githubusercontent.com/raw/7ffbab5b23b35207525a7a05295cf67e -> bip_font_tool-${PV}.py"

S="${WORKDIR}"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"

RDEPEND="
	${PYTHON_DEPS}
	dev-python/pillow
"
DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

src_unpack() {
	cp "${DISTDIR}/${A}" "${S}"
}

src_prepare() {
	default
	sed -r \
		-e '1i#!/usr/bin/env python' \
		-i ${A}
}

src_install() {
	python_foreach_impl python_newscript "${A}" "${PN}"
}

Inherited Eclasses

Dependencies

DEPEND

	
	dev-python/pillow

RDEPEND

	
	dev-python/pillow

Manifest for 1.1

Type File Size Source URLs
DIST bip_font_tool-1.1.py 20640 bytes https://gist.githubusercontent.com/raw/7ffbab5b23b35207525a7a05295cf67e