Package Details: python-dm-tree 0.1.8-1

Git Clone URL: https://aur.archlinux.org/python-dm-tree.git (read-only, click to copy)
Package Base: python-dm-tree
Description: tree is a library for working with nested data structures
Upstream URL: https://tree.readthedocs.io
Licenses: Apache-2.0
Submitter: acxz
Maintainer: acxz
Last Packager: acxz
Votes: 0
Popularity: 0.000000
First Submitted: 2020-03-26 04:09 (UTC)
Last Updated: 2023-06-22 02:49 (UTC)

Pinned Comments

acxz commented on 2020-03-26 04:10 (UTC)

Development is on Github: https://github.com/acxz/pkgbuilds Please open issues and PRs there instead of commenting.

Latest Comments

wjhandley commented on 2023-09-11 15:13 (UTC)

I'm getting an error when trying to rebuild this:

$HOME/.cache/yay/python-dm-tree/src/dm-tree-0.1.8/tree/abseil-cpp/src/abseil-cpp/absl/strings/internal/str_format/extension.h:34:33: error: found ‘:’ in nested-name-specifier, expected ‘::’
   34 | enum class FormatConversionChar : uint8_t;
      |                                 ^
      |                                 ::

Could this be a gcc version compatibility issue?

sirus20x6 commented on 2023-08-09 03:34 (UTC)

Repository : AUR Name : python-dm-tree Version : 0.1.8-1 Maintainer : acxz URL : https://tree.readthedocs.io AUR URL : https://aur.archlinux.org/packages/python-dm-tree License : Apache-2.0 Votes : 0 Popularity : 0% Installed : No Out Of Date : No Depends On : python python-six abseil-cpp Make Deps : python python-build python-installer python-wheel python-setuptools cmake git Check Deps : None Optional Deps : None Provides : None Conflicts With : None Replaces : None Package Base : python-dm-tree Last Update : Wed Jun 21 21:49:35 2023 Description : tree is a library for working with nested data structures

==> Making package: python-dm-tree 0.1.8-1 (Tue 08 Aug 2023 10:33:50 PM CDT) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found python-dm-tree-0.1.8.tar.gz -> Found CMakeLists.txt.patch ==> Validating source files with sha256sums... python-dm-tree-0.1.8.tar.gz ... Passed CMakeLists.txt.patch ... Passed ==> Extracting sources... -> Extracting python-dm-tree-0.1.8.tar.gz with bsdtar ==> Starting prepare()... patching file tree/CMakeLists.txt ==> Removing existing $pkgdir/ directory... ==> Starting build()... * Getting build dependencies for wheel... running egg_info writing dm_tree.egg-info/PKG-INFO writing dependency_links to dm_tree.egg-info/dependency_links.txt writing top-level names to dm_tree.egg-info/top_level.txt reading manifest file 'dm_tree.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'WORKSPACE' adding license file 'LICENSE' writing manifest file 'dm_tree.egg-info/SOURCES.txt' * Building wheel... running bdist_wheel running build running build_py running build_ext cmake version 3.27.1

CMake suite maintained and supported by Kitware (kitware.com/cmake). Found CMake Current build type is: Release PROJECT_BINARY_DIR is: /home/sirus/.cache/trizen/sources/python-dm-tree/src/dm-tree-0.1.8/build/temp.linux-x86_64-cpython-311 CMake Deprecation Warning at /home/sirus/.cache/trizen/sources/python-dm-tree/src/dm-tree-0.1.8/build/temp.linux-x86_64-cpython-311/_deps/pybind11-src/CMakeLists.txt:8 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake.

Update the VERSION argument <min> value or use a ...<max> suffix to tell CMake that the project does not need compatibility with older versions.

-- pybind11 v2.10.1 -- Configuring done (0.3s) -- Generating done (0.0s) -- Build files have been written to: /home/sirus/.cache/trizen/sources/python-dm-tree/src/dm-tree-0.1.8/build/temp.linux-x86_64-cpython-311 [ 50%] Building CXX object CMakeFiles/_tree.dir/tree.cc.o In file included from /usr/include/absl/strings/internal/has_absl_stringify.h:21, from /usr/include/absl/strings/str_cat.h:98, from /home/sirus/.cache/trizen/sources/python-dm-tree/src/dm-tree-0.1.8/tree/tree.cc:23: /usr/include/absl/strings/string_view.h:52:26: error: ‘string_view’ in namespace ‘std’ does not name a type 52 | using string_view = std::string_view; | ^~~~~~~~~~~ /usr/include/absl/strings/string_view.h:52:21: note: ‘std::string_view’ is only available from C++17 onwards 52 | using string_view = std::string_view; | ^~~ /usr/include/absl/strings/string_view.h:686:8: error: ‘string_view’ does not name a type 686 | inline string_view ClippedSubstr(string_view s, size_t pos, | ^~~~~~~~~~~ /usr/include/absl/strings/string_view.h:697:11: error: ‘string_view’ does not name a type 697 | constexpr string_view NullSafeStringView(const char* p) { | ^~~~~~~~~~~ /usr/include/absl/strings/internal/has_absl_stringify.h:35:15: error: ‘string_view’ has not been declared 35 | void Append(string_view v);

acxz commented on 2020-03-26 04:10 (UTC)

Development is on Github: https://github.com/acxz/pkgbuilds Please open issues and PRs there instead of commenting.