Home
last modified time | relevance | path

Searched +full:python3 +full:- +full:packaging (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/openzfs/.github/workflows/scripts/
H A Dqemu-3-deps-vm.sh11 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 …]
/freebsd/sys/contrib/openzfs/config/
H A Dalways-pyzfs.m41 dnl # SPDX-License-Identifier: CDDL-1.0
3 dnl # ZFS_AC_PYTHON_MODULE(module_name, [action-if-true], [action-if-false])
6 dnl # https://www.gnu.org/software/autoconf-archive/ax_python_module.html
12 AS_IF([$PYTHON -c "import $1" 2>/dev/null], [
26 AS_HELP_STRING([--enable-pyzfs],
36 DEFINE_PYZFS='--with pyzfs'
38 DEFINE_PYZFS='--without pyzfs'
45 DEFINE_PYZFS='--without pyzfs'
54 AS_IF([test "x$ZFS_CONFIG" = xkernel -o "x$ZFS_CONFIG" = xsrpm ], [
61 …dnl # Python "packaging" (or, failing that, "distlib") module is required to build and install pyz…
[all …]
/freebsd/release/tools/
H A Dgce.conf9 export VM_EXTRA_PACKAGES="${VM_EXTRA_PACKAGES} firstboot-freebsd-update \
10 firstboot-pkgs google-cloud-sdk panicmail sudo \
11 sysutils/py-google-compute-engine lang/python \
12 lang/python3"
14 # Set to a list of third-party software to enable in rc.conf(5).
27 ./usr/local/etc/syslog.d/90-google.conf
41 # be enlarged post-creation
42 sed -i -e '/KEYWORD: firstboot/d' ${DESTDIR}/etc/rc.d/growfs
54 autoboot_delay="-1"
59 kern.timecounter.hardware=ACPI-safe
[all …]
/freebsd/sys/contrib/openzfs/rpm/generic/
H A Dzfs.spec.in27 %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
84 %define __python /usr/bin/python3
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}
[all …]
/freebsd/sys/contrib/openzfs/rpm/redhat/
H A Dzfs.spec.in27 %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
84 %define __python /usr/bin/python3
90 %define __python_sitelib %(%{__python} -Esc "
102 print(sitedir);" 2>/dev/null || %{__python} -Esc "from distutils import sysconfig; print(sysconfig.get_python_lib(0,0))")
112 Source0: %{name}-%{version}.tar.gz
113 BuildRoot: %{_tmppath}/%{name}-%{version}-
[all...]
/freebsd/contrib/ldns/
H A DChangelog1 1.8.3 2022-08-15
8 1.8.2 2022-08-12
14 * Fix -U flag with ldns-signzone. Thanks Ulrich and Jonathan
24 * bugfix #145: ldns-verify-zone should not call occluded records
27 1.8.1 2021-12-03
28 * bugfix #146: ldns-1.7.1 had soname 3.0, so ldns-1.8.x soname
30 * Undo PR#123 fix ldns.pc installation when building out-of-source
33 1.8.0 2021-11-26
36 * bugfix: Revert unused variables in ldns-config removal patch.
37 * bugfix #50: heap Out-of-bound Read vulnerability in
[all …]