Searched +full:python +full:- +full:setuptools (Results 1 – 8 of 8) sorted by relevance
| /src/sys/contrib/openzfs/config/ |
| H A D | always-pyzfs.m4 | 1 dnl # SPDX-License-Identifier: CDDL-1.0 3 dnl # ZFS_AC_PYTHON_MODULE(module_name, [action-if-true], [action-if-false]) 5 dnl # Checks for Python module. Freely inspired by AX_PYTHON_MODULE 6 dnl # https://www.gnu.org/software/autoconf-archive/ax_python_module.html 10 PYTHON_NAME=${PYTHON##*/} 12 AS_IF([$PYTHON -c "import $1" 2>/dev/null], [ 22 dnl # Determines if pyzfs can be built, requires Python 3.6 or later. 26 AS_HELP_STRING([--enable-pyzfs], 27 [install libzfs_core python bindings @<:@default=check@:>@]), 36 DEFINE_PYZFS='--with pyzfs' [all …]
|
| /src/sys/contrib/openzfs/.github/workflows/ |
| H A D | zfs-tests.yml | 1 name: zfs-tests-sanity 9 runs-on: ubuntu-latest 11 - uses: actions/checkout@v2 14 - name: Install dependencies 16 sudo apt-get update 17 sudo apt-get install --yes -qq build-essential autoconf libtool gdb lcov \ 20 nfs-kernel-server samba rng-tools xz-utils \ 21 zlib1g-dev uuid-dev libblkid-dev libselinux-dev \ 22 xfslibs-dev libattr1-dev libacl1-dev libudev-dev libdevmapper-dev \ 23 libssl-dev libffi-dev libaio-dev libelf-dev libmount-dev \ [all …]
|
| /src/sys/contrib/openzfs/.github/workflows/scripts/ |
| H A D | qemu-3-deps-vm.sh | 11 set -eu 16 acl alpine-sdk attr autoconf automake bash build-base clang21 coreutils \ 17 cpio cryptsetup curl curl-dev dhcpcd eudev eudev-dev eudev-libs findutils \ 18 fio gawk gdb gettext-dev git grep jq libaio libaio-dev libcurl \ 19 libtirpc-dev libtool libunwind libunwind-dev linux-headers linux-tools \ 20 linux-virt linux-virt-dev lsscsi m4 make nfs-utils openssl-dev parted \ 21 pax procps py3-cffi py3-distlib py3-packaging py3-setuptools python3 \ 22 python3-dev qemu-guest-agent rng-tools rsync samba samba-server sed \ 23 strace sysstat util-linux util-linux-dev wget words xfsprogs xxhash \ 24 zlib-dev pamtester@testing [all …]
|
| /src/sys/contrib/openzfs/contrib/pyzfs/ |
| H A D | setup.py.in | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 from setuptools import setup, find_packages 30 "Development Status :: 4 - Beta", 33 "Programming Language :: Python :: 3", 34 "Programming Language :: Python :: 3.6", 35 "Programming Language :: Python :: 3.7", 36 "Programming Language :: Python :: 3.8", 37 "Programming Language :: Python :: 3.9", 38 "Programming Language :: Python :: 3.10",
|
| /src/contrib/file/python/ |
| H A D | setup.py | 1 # coding: utf-8 5 from setuptools import setup 11 setup(name='file-magic', 17 description='(official) libmagic Python bindings', 26 'Topic :: Software Development :: Libraries :: Python Modules',
|
| /src/sys/contrib/openzfs/rpm/redhat/ |
| H A D | zfs.spec.in | 27 %global _bashcompletiondir /usr/share/bash-completion 49 %global _presetdir %{_prefix}/lib/systemd/system-preset 53 %global _modulesloaddir %{_prefix}/lib/modules-load.d 57 %global _systemdgeneratordir %{_prefix}/lib/systemd/system-generators 90 %define __python_sitelib %(%{__python} -Esc " 102 print(sitedir);" 2>/dev/null || %{__python} -Esc "from distutils import sysconfig; print(sysconfig.… 112 Source0: %{name}-%{version}.tar.gz 113 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 114 Requires: libzpool7%{?_isa} = %{version}-%{release} 115 Requires: libnvpair3%{?_isa} = %{version}-%{release} [all …]
|
| /src/sys/contrib/openzfs/rpm/generic/ |
| H A D | zfs.spec.in | 27 %global _bashcompletiondir /usr/share/bash-completion 49 %global _presetdir %{_prefix}/lib/systemd/system-preset 53 %global _modulesloaddir %{_prefix}/lib/modules-load.d 57 %global _systemdgeneratordir %{_prefix}/lib/systemd/system-generators 90 %define __python_sitelib %(%{__python} -Esc " 102 print(sitedir);" 2>/dev/null || %{__python} -Esc "from distutils import sysconfig; print(sysconfig.… 112 Source0: %{name}-%{version}.tar.gz 113 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 114 Requires: libzpool7%{?_isa} = %{version}-%{release} 115 Requires: libnvpair3%{?_isa} = %{version}-%{release} [all …]
|
| /src/sys/contrib/openzfs/contrib/debian/ |
| H A D | control | 1 Source: openzfs-linux 4 Maintainer: ZFS on Linux specific mailing list <zfs-discuss@list.zfsonlinux.org> 5 Build-Depends: debhelper-compat (= 12), 6 dh-python, 7 dh-sequence-dkms | dkms (>> 2.1.1.2-5), 8 libaio-dev, 9 libblkid-dev, 10 libcurl4-openssl-dev, 11 libelf-dev, 12 libpam0g-dev, [all …]
|