Logo
Explore Help
Sign In
talexander/nixpkgs
1
0
Fork 0
You've already forked nixpkgs
Code Issues Pull Requests Releases Activity
nixpkgs/pkgs/development/tools/documentation/doxygen/doxmlparser.nix

34 lines
531 B
Nix
Raw Normal View History

python3Packages.doxmlparser: init at 1.12.0 Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com> Co-authored-by: Arne Keller <2012gdwu+github@posteo.de>
2024-08-12 16:21:39 +02:00
{
buildPythonPackage,
doxygen,
lxml,
setuptools,
six,
}:
buildPythonPackage rec {
treewide: add explicit format attribute for Python packages If a Python package does not come with either `format` or `pyproject` we consider it a setuptools build, that calls `setup.py` directly, which is deprecated. This change, as a first step, migrates a large chunk of these packages to set setuptools as their explicit format This is so we can unify the problem space for the next step of the migration.
2025-07-02 03:20:12 +02:00
format = "setuptools";
python3Packages.doxmlparser: init at 1.12.0 Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com> Co-authored-by: Arne Keller <2012gdwu+github@posteo.de>
2024-08-12 16:21:39 +02:00
inherit (doxygen) version src;
pname = "doxmlparser";
sourceRoot = "${src.name}/addon/doxmlparser";
build-system = [ setuptools ];
dependencies = [
lxml
six
];
pythonImportsCheck = [ "doxmlparser" ];
meta = {
inherit (doxygen.meta)
license
homepage
changelog
platforms
;
description = "Library to parse the XML output produced by doxygen";
};
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 4221ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API