diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 00:34:18 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 00:34:50 +0000 |
commit | 0be8d055fbe54f6359bc8a6b5a5f4203f9931095 (patch) | |
tree | 07312a4c5b669e5d7c2e89bfdb8310f85b6ecd4d /debian/README.source | |
parent | Merging upstream version 0.18.6. (diff) | |
download | ruamel.yaml-0be8d055fbe54f6359bc8a6b5a5f4203f9931095.tar.xz ruamel.yaml-0be8d055fbe54f6359bc8a6b5a5f4203f9931095.zip |
Merging debian version 0.18.6-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/README.source')
-rw-r--r-- | debian/README.source | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 0000000..90af6b9 --- /dev/null +++ b/debian/README.source @@ -0,0 +1,11 @@ +Downloading the ruamel.yaml source +================================== + +ruamel.yaml is available as a Python package from PyPI. However, this +does not include the unit tests. These are available in the +SourceForge repository, but the repository does not have any tarballs +available for download. So the watch file calls a local script to +clone the mercurial repository, check out the current tag, and pack it +into a tarball in place of the downloaded PyPI version. This script +requires the mercurial package to be installed, but this is not a +build-dependency. |