Package Name | pikaur |
Status | SUCCESS |
Last Build Date | 18.8.2023 00:30 |
Repo URL | https://aur.archlinux.org/pikaur.git |
Build Output |
---|
:: Synchronizing package databases...
core downloading... extra downloading... community downloading... multilib downloading... abs_cd-local downloading... ==> Making package: pikaur 1.18.3-1 (Fri Aug 18 00:30:08 2023) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Packages (1) pyalpm-0.10.6-5 Total Installed Size: 0.20 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.18.0-1 python-inflect-7.0.0-1 python-jaraco.context-4.3.0-3 python-jaraco.functools-3.8.1-1 python-jaraco.text-3.11.1-3 python-mdurl-0.1.2-4 python-more-itertools-10.1.0-1 python-ordered-set-4.1.0-4 python-packaging-23.1-1 python-pathspec-0.11.2-1 python-platformdirs-3.10.0-1 python-pluggy-1.2.0-1 python-pydantic-1.10.9-1 python-pyproject-hooks-1.0.0-5 python-tomli-2.0.1-3 python-trove-classifiers-2023.8.7-1 python-typing_extensions-4.7.1-1 python-uc-micro-py-1.0.2-1 python-validate-pyproject-0.13-1 python-build-0.10.0-4 python-hatchling-1.18.0-1 python-installer-0.7.0-3 python-markdown-it-py-3.0.0-1 python-setuptools-1:68.0.0-1 python-wheel-0.40.0-3 Total Download Size: 0.35 MiB Total Installed Size: 19.80 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... python-markdown-it-py-3.0.0-1-any downloading... python-more-itertools-10.1.0-1-any downloading... python-pluggy-1.2.0-1-any downloading... python-platformdirs-3.10.0-1-any downloading... python-jaraco.functools-3.8.1-1-any downloading... python-trove-classifiers-2023.8.7-1-any downloading... python-editables-0.5-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-virtualenv: 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-pydantic... Optional dependencies for python-pydantic python-dotenv: for .env file support python-email-validator: for email validation 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.18.3.tar.gz... ==> Validating source files with b2sums... ==> Extracting sources... -> Extracting pikaur-1.18.3.tar.gz with bsdtar ==> Starting build()... # find pikaur -type f -name '*.py' -not -name 'argparse.py' \ # /usr/bin/python ./maintenance_scripts/pikaman.py README.md pikaur.1 mkdir -p dist/usr/bin 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 sed \ -e "s/%PYTHON_BUILD_VERSION%/$( /usr/bin/python -c 'import sys ; print(f"{sys.version_info.major}.{sys.version_info.minor}") ')/g" \ packaging/usr/bin/pikaur > dist/usr/bin/pikaur 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 msgmerge --update locale/pt.po locale/pikaur.pot msgmerge --update locale/ru.po locale/pikaur.pot msgmerge --update locale/fr.po locale/pikaur.pot 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 test -f locale/is.po || msginit --locale=is --no-translator --input=locale/pikaur.pot --output=locale/is.po msgmerge --update locale/de.po locale/pikaur.pot msgmerge --update locale/pt_BR.po locale/pikaur.pot msgmerge --update locale/is.po locale/pikaur.pot test -f locale/tr.po || msginit --locale=tr --no-translator --input=locale/pikaur.pot --output=locale/tr.po test -f locale/da.po || msginit --locale=da --no-translator --input=locale/pikaur.pot --output=locale/da.po msgmerge --update locale/tr.po locale/pikaur.pot test -f locale/nl.po || msginit --locale=nl --no-translator --input=locale/pikaur.pot --output=locale/nl.po msgmerge --update locale/da.po locale/pikaur.pot msgmerge --update locale/nl.po locale/pikaur.pot sed -i \ -e '/coveralls/d' \ -e '/Screenshot/d' \ pikaur.1 test -f locale/es.po || msginit --locale=es --no-translator --input=locale/pikaur.pot --output=locale/es.po test -f locale/zh_CN.po || msginit --locale=zh_CN --no-translator --input=locale/pikaur.pot --output=locale/zh_CN.po 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 msgmerge --update locale/es.po locale/pikaur.pot msgmerge --update locale/zh_CN.po locale/pikaur.pot msgmerge --update locale/it.po locale/pikaur.pot msgmerge --update locale/ja.po locale/pikaur.pot test -f locale/uk.po || msginit --locale=uk --no-translator --input=locale/pikaur.pot --output=locale/uk.po msgfmt -o locale/fr.mo locale/fr.po msgfmt -o locale/ru.mo locale/ru.po msgmerge --update locale/uk.po locale/pikaur.pot 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 * Getting build dependencies for wheel... * Building wheel... Successfully built pikaur-1.18.3-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.18.3-1 (Fri Aug 18 00:30:17 2023) |