This repository has been archived on 2023-10-28. You can view files and clone it, but cannot push or open issues or pull requests.
python-packages-source/configuration.yaml

84 lines
2.7 KiB
YAML

%YAML 1.2
---
#
# configuration.yaml
#
# Copyright (C) 2021-2023 Franco Masotti (franco \D\o\T masotti {-A-T-} tutanota \D\o\T com)
#
# This file is part of python-packages-source.
#
# python-packages-source is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# python-packages-source is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with python-packages-source. If not, see <http://www.gnu.org/licenses/>.
#
submodules:
# Key is the repository name.
typing:
# Value is the relative path of the directory in the repository.
base_directory_override: 'typing_extensions'
override_commands: {}
ref_checkout: []
geographiclib:
base_directory_override: 'python'
override_commands: {}
ref_checkout: []
snowball:
base_directory_override: 'python'
override_commands: {}
ref_checkout: []
flit-core:
base_directory_override: 'flit_core'
override_commands: {}
ref_checkout: []
pytz:
base_directory_override: 'src'
override_commands: {}
ref_checkout: []
psycopg2-binary:
base_directory_override: 'psycopg'
override_commands: {}
ref_checkout: []
hypothesis:
base_directory_override: 'hypothesis-python'
override_commands: {}
ref_checkout: []
core-workflow:
base_directory_override: 'blurb'
override_commands: {}
ref_checkout: []
MarkupPy:
base_directory_override: ''
override_commands: {}
# Checkout only the specified tags or commits.
ref_checkout:
- 9af6454566d59a6e81bad8c4f58bb828431b07b6
babel:
base_directory_override: ''
# Run these commands for the marked repository
# WARNING: these are arbitrary commands. It is your
# responsability to check!
# One argument for each list element.
override_commands:
pre:
install_pytz:
- 'pip3'
- 'install'
- 'pytz'
import_cldr:
- 'python3'
- 'setup.py'
- 'import_cldr'
build: {}
post: {}
ref_checkout: []