@daskol I have contacted the maintainer but without response. I request an orphan. If it’s orphaned just owe the package and update it.
Search Criteria
Package Details: python-dm-tree 0.1.8-1
Package Actions
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: | 3 |
Popularity: | 0.32 |
First Submitted: | 2020-03-26 04:09 (UTC) |
Last Updated: | 2023-06-22 02:49 (UTC) |
Dependencies (10)
- abseil-cpp (abseil-cpp-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-six
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
Required by (11)
Sources (2)
Latest Comments
medaminezghal commented on 2025-02-05 14:09 (UTC)
daskol commented on 2025-01-30 19:25 (UTC) (edited on 2025-01-30 19:25 (UTC) by daskol)
New release v0.1.9 has been published couple hours ago. Look at this commit 5042f29a for updated PKGBUILD
.
micwoj92 commented on 2025-01-23 22:33 (UTC)
Dependency python-six is not needed.
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.
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.