Package Name pikaur
Status SUCCESS
Last Build Date 06.4.2024 00:30
Repo URL https://aur.archlinux.org/pikaur.git

Build Output
==> Making package: pikaur 1.19-1 (Sat Apr 6 00:30:06 2024)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (1) pyalpm-0.10.9-1

Total Installed Size: 0.29 MiB

:: Proceed with installation? [Y/n]
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing pyalpm...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (27) python-autocommand-2.2.2-4 python-editables-0.5-1 python-fastjsonschema-2.19.1-1 python-inflect-7.2.0-1 python-jaraco.context-4.3.0-3 python-jaraco.functools-4.0.0-1 python-jaraco.text-3.12.0-1 python-mdurl-0.1.2-4 python-more-itertools-10.2.0-1 python-ordered-set-4.1.0-4 python-packaging-23.2-1 python-pathspec-0.12.1-1 python-platformdirs-4.2.0-1 python-pluggy-1.4.0-2 python-pyproject-hooks-1.0.0-5 python-tomli-2.0.1-3 python-trove-classifiers-2024.3.25-1 python-typeguard-4.2.1-1 python-typing_extensions-4.10.0-1 python-uc-micro-py-1.0.3-1 python-validate-pyproject-0.13-1 python-build-1.2.1-1 python-hatchling-1.21.1-2 python-installer-0.7.0-4 python-markdown-it-py-3.0.0-1 python-setuptools-1:69.0.3-4 python-wheel-0.43.0-1

Total Download Size: 0.28 MiB
Total Installed Size: 12.01 MiB

:: Proceed with installation? [Y/n]
:: Retrieving packages...
python-build-1.2.1-1-any downloading...
python-typeguard-4.2.1-1-any downloading...
python-inflect-7.2.0-1-any downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing python-packaging...
installing python-wheel...
Optional dependencies for python-wheel
python-keyring: for wheel.signatures
python-xdg: for wheel.signatures
installing python-pathspec...
installing python-pluggy...
installing python-editables...
installing python-trove-classifiers...
installing python-hatchling...
installing python-pyproject-hooks...
installing python-build...
Optional dependencies for python-build
python-pip: to use as the Python package installer (default)
python-uv: to use as the Python package installer
python-virtualenv: to use virtualenv for build isolation
installing python-installer...
installing python-more-itertools...
installing python-jaraco.functools...
installing python-jaraco.context...
installing python-autocommand...
installing python-typing_extensions...
installing python-typeguard...
installing python-inflect...
installing python-jaraco.text...
installing python-ordered-set...
installing python-platformdirs...
installing python-tomli...
installing python-fastjsonschema...
installing python-validate-pyproject...
installing python-setuptools...
installing python-uc-micro-py...
installing python-mdurl...
installing python-markdown-it-py...
Optional dependencies for python-markdown-it-py
python-mdit_py_plugins: core plugins
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Retrieving sources...
-> Downloading pikaur-1.19.tar.gz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed

0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0

100 755k 0 755k 0 0 1865k 0 --:--:-- --:--:-- --:--:-- 1865k
100 2173k 0 2173k 0 0 4798k 0 --:--:-- --:--:-- --:--:-- 29.4M
==> Validating source files with b2sums...
pikaur-1.19.tar.gz ... Passed
==> Extracting sources...
-> Extracting pikaur-1.19.tar.gz with bsdtar
==> Starting build()...
# find pikaur -type f -name '*.py' -not -name 'argparse.py' \
#
/usr/sbin/python ./maintenance_scripts/pikaman.py README.md pikaur.1
mkdir -p dist/usr/bin
sed \
-e "s/%PYTHON_BUILD_VERSION%/$( /usr/sbin/python -c 'import sys ; print(f"{sys.version_info.major}.{sys.version_info.minor}") ')/g" \
packaging/usr/bin/pikaur > dist/usr/bin/pikaur
find pikaur -type f -name '*.py' -print0 \
| xargs --null xgettext --language=python --add-comments --sort-output \
--default-domain=pikaur --from-code=UTF-8 \
--keyword='translate' --keyword='translate_many:1,2' \
--output=locale/pikaur.pot
xgettext: The option '--sort-output' is deprecated.
chmod +x dist/usr/bin/pikaur
test -f locale/fr.po || msginit --locale=fr --no-translator --input=locale/pikaur.pot --output=locale/fr.po
test -f locale/ru.po || msginit --locale=ru --no-translator --input=locale/pikaur.pot --output=locale/ru.po
test -f locale/pt.po || msginit --locale=pt --no-translator --input=locale/pikaur.pot --output=locale/pt.po
test -f locale/pt_BR.po || msginit --locale=pt_BR --no-translator --input=locale/pikaur.pot --output=locale/pt_BR.po
test -f locale/de.po || msginit --locale=de --no-translator --input=locale/pikaur.pot --output=locale/de.po
msgmerge --update locale/pt.po locale/pikaur.pot
msgmerge --update locale/fr.po locale/pikaur.pot
msgmerge --update locale/ru.po locale/pikaur.pot
msgmerge --update locale/pt_BR.po locale/pikaur.pot
msgmerge --update locale/de.po locale/pikaur.pot
.................................................................................................................... done.
. done.
. done.
done.
done.
test -f locale/is.po || msginit --locale=is --no-translator --input=locale/pikaur.pot --output=locale/is.po
test -f locale/tr.po || msginit --locale=tr --no-translator --input=locale/pikaur.pot --output=locale/tr.po
msgmerge --update locale/is.po locale/pikaur.pot
test -f locale/da.po || msginit --locale=da --no-translator --input=locale/pikaur.pot --output=locale/da.po
test -f locale/nl.po || msginit --locale=nl --no-translator --input=locale/pikaur.pot --output=locale/nl.po
msgmerge --update locale/tr.po locale/pikaur.pot
test -f locale/es.po || msginit --locale=es --no-translator --input=locale/pikaur.pot --output=locale/es.po
msgmerge --update locale/da.po locale/pikaur.pot
msgmerge --update locale/nl.po locale/pikaur.pot
msgmerge --update locale/es.po locale/pikaur.pot
............................................................................................ done.
........................... done.
test -f locale/zh_CN.po || msginit --locale=zh_CN --no-translator --input=locale/pikaur.pot --output=locale/zh_CN.po
done.
done.
msgmerge --update locale/zh_CN.po locale/pikaur.pot
done.
test -f locale/it.po || msginit --locale=it --no-translator --input=locale/pikaur.pot --output=locale/it.po
test -f locale/ja.po || msginit --locale=ja --no-translator --input=locale/pikaur.pot --output=locale/ja.po
test -f locale/uk.po || msginit --locale=uk --no-translator --input=locale/pikaur.pot --output=locale/uk.po
msgmerge --update locale/it.po locale/pikaur.pot
msgmerge --update locale/uk.po locale/pikaur.pot
test -f locale/sv.po || msginit --locale=sv --no-translator --input=locale/pikaur.pot --output=locale/sv.po
msgmerge --update locale/ja.po locale/pikaur.pot
msgmerge --update locale/sv.po locale/pikaur.pot
........................................................................ done.
done.
................................................... done.
..msgfmt -o locale/fr.mo locale/fr.po
done.
sed -i \
-e '/coveralls/d' \
-e '/Screenshot/d' \
pikaur.1
done.
msgfmt -o locale/ru.mo locale/ru.po
msgfmt -o locale/pt.mo locale/pt.po
msgfmt -o locale/pt_BR.mo locale/pt_BR.po
msgfmt -o locale/de.mo locale/de.po
msgfmt -o locale/is.mo locale/is.po
msgfmt -o locale/tr.mo locale/tr.po
msgfmt -o locale/da.mo locale/da.po
msgfmt -o locale/nl.mo locale/nl.po
msgfmt -o locale/es.mo locale/es.po
msgfmt -o locale/zh_CN.mo locale/zh_CN.po
msgfmt -o locale/it.mo locale/it.po
msgfmt -o locale/ja.mo locale/ja.po
msgfmt -o locale/uk.mo locale/uk.po
msgfmt -o locale/sv.mo locale/sv.po
* Getting build dependencies for wheel...
* Building wheel...
Successfully built pikaur-1.19-py3-none-any.whl
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
-> Removing libtool files...
-> Purging unwanted files...
-> Removing static library files...
-> Stripping unneeded symbols from binaries and libraries...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "pikaur"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: pikaur 1.19-1 (Sat Apr 6 00:30:16 2024)