dev-python/citeproc-py - 0.9.3 (kcning)

Search

Install

Install this version:

emerge -a =dev-python/citeproc-py-0.9.3

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

autounmask =dev-python/citeproc-py-0.9.3

Or alternatively:

emerge --autounmask-write -a =dev-python/citeproc-py-0.9.3

Package Information

Description:
Yet another Python CSL Processor
Homepage:
https://pypi.org/project/citeproc-py/ https://github.com/citeproc-py/citeproc-py
License:
BSD-2

Ebuild Details

Version EAPI Keywords Slot
0.9.3 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

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

CSL_LOCALE_V=0.0.93
CSL_SCHEMA_V=1.0.1
DESCRIPTION="Yet another Python CSL Processor"
HOMEPAGE="
	https://pypi.org/project/citeproc-py/
	https://github.com/citeproc-py/citeproc-py
"
SRC_URI="
	https://github.com/citeproc-py/citeproc-py/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
	https://github.com/citation-style-language/locales/archive/refs/tags/v${CSL_LOCALE_V}.tar.gz -> ${P}-locale.tar.gz
	https://github.com/citation-style-language/schema/archive/refs/tags/v${CSL_SCHEMA_V}.tar.gz -> ${P}-schema.tar.gz
"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

BDEPEND="
	app-text/rnc2rng[${PYTHON_USEDEP}]
"

RDEPEND="
	dev-python/lxml[${PYTHON_USEDEP}]
"

CSL_DATA_PATH=citeproc/data
src_prepare() {
	rm -rf ${WORKDIR}/${P}/${CSL_DATA_PATH}/{locales,schema}
	mv ${WORKDIR}/locales-${CSL_LOCALE_V} ${WORKDIR}/${P}/${CSL_DATA_PATH}/locales
	mv ${WORKDIR}/schema-${CSL_SCHEMA_V} ${WORKDIR}/${P}/${CSL_DATA_PATH}/schema
	default
}

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/lxml[]

BDEPEND

	app-text/rnc2rng[]

Manifest for 0.9.3

Type File Size Source URLs
DIST citeproc-py-0.9.3-locale.tar.gz 178457 bytes https://github.com/citation-style-language/locales/archive/refs/tags/v0.0.93.tar.gz
DIST citeproc-py-0.9.3-schema.tar.gz 15767 bytes https://github.com/citation-style-language/schema/archive/refs/tags/v1.0.1.tar.gz
DIST citeproc-py-0.9.3.tar.gz 97844 bytes https://github.com/citeproc-py/citeproc-py/archive/refs/tags/v0.9.3.tar.gz