aboutsummaryrefslogtreecommitdiff
# SPDX-License-Identifier: CC0-1.0

# Copyright (C) 2022 Wojtek Kosior <koszko@koszko.org>
#
# Available under the terms of Creative Commons Zero v1.0 Universal.

[metadata]
name = hydrilla.builder
author = Wojtek Kosior
author_email = koszko@koszko.org
description = Hydrilla package builder
long_description = file: README.md
long_description_content_type = text/markdown
url = https://git.koszko.org/hydrilla-builder
project_urls =
    Bug Tracker = https://hydrillabugs.koszko.org/projects/hydrilla
keywords = hydrilla, haketilo
license = AGPL-3.0-or-later
classifiers =
    Development Status :: 4 - Beta
    Intended Audience :: Developers
    Environment :: Console
    License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
    Natural Language :: English
    Operating System :: OS Independent
    Programming Language :: Python :: 3 :: Only
    Topic :: Software Development :: Build Tools

[options]
zip_safe = False
package_dir =
    = src
packages = find_namespace:
include_package_data=True
python_requires = >= 3.7
install_requires =
    click
    jsonschema>=3.0

[options.package_data]
hydrilla.builder = locales/*/LC_MESSAGES/hydrilla-messages.mo

[options.extras_require]
test = pytest
setup = setuptools_scm; babel
SPDX = reuse

[options.packages.find]
where = src
exclude =
    test

[options.entry_points]
console_scripts =
    hydrilla-builder = hydrilla.builder.build:perform

[extract_messages]
keywords = _
width = 80
input_dirs = src/hydrilla
output_file = src/hydrilla/builder/locales/hydrilla-messages.pot
msgid_bugs_address = koszko@koszko.org
sort_by_file = True
copyright_holder = Wojtek Kosior <koszko@koszko.org>

[init_catalog]
input_file = src/hydrilla/builder/locales/hydrilla-messages.pot
output_dir = src/hydrilla/builder/locales/
domain = hydrilla-messages

[update_catalog]
input_file = src/hydrilla/builder/locales/hydrilla-messages.pot
output_dir = src/hydrilla/builder/locales/
domain = hydrilla-messages

[compile_catalog]
directory = src/hydrilla/builder/locales
use_fuzzy = True
domain = hydrilla-messages
ads as needed....Ludovic Courtès 2022-05-26cuirass: Fork inferior processes before creating threads....Ludovic Courtès 2022-05-20cuirass: Close each inferior upon completion....Ludovic Courtès 2021-12-22tests: Move keys into ./tests/keys/ and add a third ed25519 key....Attila Lendvai 2021-11-27build-self: Help users to submit useful bug reports....Tobias Geerinckx-Rice 2021-10-17maint: Factorize po xref translation....Julien Lepiller 2021-06-23build: Makefile splits Scheme compilation in four steps....Ludovic Courtès 2021-06-18build: Remove Guile 2.2 workaround....Ludovic Courtès 2021-05-11Merge branch 'version-1.3.0'Maxim Cournoyer 2021-05-10maint: update-NEWS: Sort packages prior writing to the data file....Maxim Cournoyer 2021-04-29download: Use Disarchive as a last resort....Timothy Sample 2021-04-25import: Remove Nix importer....Ludovic Courtès 2021-04-23build-aux: Relax the regexp used to match NEWS sections....Maxim Cournoyer 2021-04-20import: Remove Nix importer....Ludovic Courtès