Package Name | pikaur |
Status | SUCCESS |
Last Build Date | 04.1.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.14.7-1 (Wed Jan 4 00:30:11 2023) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Packages (1) pyalpm-0.10.6-4 Total Installed Size: 0.18 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 (24) cython-0.29.32-2 python-appdirs-1.4.4-7 python-autocommand-2.2.2-1 python-inflect-6.0.2-1 python-jaraco.context-4.2.0-1 python-jaraco.functools-3.5.2-1 python-jaraco.text-3.11.0-1 python-mdurl-0.1.2-2 python-more-itertools-9.0.0-1 python-ordered-set-4.1.0-1 python-packaging-21.3-1 python-pep517-0.13.0-1 python-pydantic-1.10.4-1 python-pyparsing-3.0.9-1 python-tomli-2.0.1-1 python-trove-classifiers-2022.12.22-1 python-typing_extensions-4.4.0-1 python-uc-micro-py-1.0.1-3 python-validate-pyproject-0.10.1-1 python-build-0.9.0-1 python-installer-0.6.0-1 python-markdown-it-py-2.1.0-1 python-setuptools-1:65.6.3-1 python-wheel-0.38.4-1 Total Download Size: 1.84 MiB Total Installed Size: 24.82 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... python-pydantic-1.10.4-1-x86_64 downloading... python-trove-classifiers-2022.12.22-1-any downloading... checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing python-pyparsing... Optional dependencies for python-pyparsing python-railroad-diagrams: for generating Railroad Diagrams python-jinja: for generating Railroad Diagrams installing python-packaging... installing python-wheel... Optional dependencies for python-wheel python-keyring: for wheel.signatures python-xdg: for wheel.signatures installing python-tomli... installing python-pep517... installing python-build... Optional dependencies for python-build python-virtualenv: Use virtualenv for build isolation installing python-installer... installing python-appdirs... installing python-more-itertools... installing python-jaraco.functools... installing python-jaraco.context... installing python-autocommand... installing cython... 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-trove-classifiers... 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.14.7.tar.gz... ==> Validating source files with b2sums... ==> Extracting sources... -> Extracting pikaur-1.14.7.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 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 find pikaur -type f -name '*.py' \ | xargs 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 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/ru.po locale/pikaur.pot msgmerge --update locale/fr.po locale/pikaur.pot msgmerge --update locale/pt.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/pt_BR.po locale/pikaur.pot msgmerge --update locale/is.po locale/pikaur.pot msgmerge --update locale/de.po locale/pikaur.pot test -f locale/tr.po || msginit --locale=tr --no-translator --input=locale/pikaur.pot --output=locale/tr.po msgmerge --update locale/tr.po locale/pikaur.pot test -f locale/da.po || msginit --locale=da --no-translator --input=locale/pikaur.pot --output=locale/da.po msgmerge --update locale/da.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/nl.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/es.po locale/pikaur.pot test -f locale/zh_CN.po || msginit --locale=zh_CN --no-translator --input=locale/pikaur.pot --output=locale/zh_CN.po msgmerge --update locale/zh_CN.po locale/pikaur.pot test -f locale/it.po || msginit --locale=it --no-translator --input=locale/pikaur.pot --output=locale/it.po sed -i \ -e '/coveralls/d' \ -e '/Screenshot/d' \ pikaur.1 msgmerge --update locale/it.po locale/pikaur.pot 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 msgfmt -o locale/fr.mo locale/fr.po msgmerge --update locale/ja.po locale/pikaur.pot msgmerge --update locale/uk.po locale/pikaur.pot 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 * Getting build dependencies for wheel... * Building wheel... Successfully built pikaur-1.14.7-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.14.7-1 (Wed Jan 4 00:30:22 2023) |