Searched +full:python +full:- +full:packaging (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/contrib/openzfs/config/ |
H A D | always-pyzfs.m4 | 2 dnl # ZFS_AC_PYTHON_MODULE(module_name, [action-if-true], [action-if-false]) 4 dnl # Checks for Python module. Freely inspired by AX_PYTHON_MODULE 5 dnl # https://www.gnu.org/software/autoconf-archive/ax_python_module.html 9 PYTHON_NAME=${PYTHON##*/} 11 AS_IF([$PYTHON -c "import $1" 2>/dev/null], [ 21 dnl # Determines if pyzfs can be built, requires Python 3. [all...] |
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/ |
H A D | qemu-3-deps.sh | 7 set -eu 10 echo "##[group]Running pacman -Syu" 12 sudo pacman -Syu --noconfirm 16 sudo pacman -Sy --noconfirm base-devel bc cpio cryptsetup dhclient dkms \ 17 fakeroot fio gdb inetutils jq less linux linux-headers lsscsi nfs-utils \ 18 parted pax perf python-packaging python-setuptools qemu-guest-agent ksh \ 19 samba sysstat rng-tools rsync wget xxhash 26 echo "##[group]Running apt-get update+upgrade" 27 sudo apt-get update -y 28 sudo apt-get upgrade -y [all …]
|
/freebsd/sys/contrib/openzfs/ |
H A D | .cirrus.yml | 8 image_family: freebsd-12-4 10 image_family: freebsd-13-2 12 image_family: freebsd-14-0-snap 14 …- pkg install -y autoconf automake libtool gettext-runtime gmake ksh93 py39-packaging py39-cffi py… 16 - env MAKE=gmake ./autogen.sh 17 - env MAKE=gmake ./configure --with-config="user" --with-python=3.9 19 - gmake -j `sysctl -n kern.smp.cpus` 21 - gmake install
|
/freebsd/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 … %(%{__python} -Esc "from distutils.sysconfig import get_python_lib; print(get_python_lib(… 100 Source0: %{name}-%{version}.tar.gz 101 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 102 Requires: libzpool6%{?_isa} = %{version}-%{release} 103 Requires: libnvpair3%{?_isa} = %{version}-%{release} 104 Requires: libuutil3%{?_isa} = %{version}-%{release} [all …]
|
/freebsd/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 "from distutils.sysconfig import get_python_lib; print(get_python_lib())" 2>/dev/null || %{__python} -Esc "import sysconfig; print(sysconfig.get_path('purelib'))") 100 Source0: %{name}-%{version}.tar.gz 101 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-roo [all...] |
/freebsd/release/tools/ |
H A D | gce.conf | 9 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 \ 14 # Set to a list of third-part [all...] |
/freebsd/contrib/unbound/contrib/ |
H A D | unbound.spec_fedora | 5 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_py… 6 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_… 15 Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz 21 Patch1: unbound-1.2-glob.patch 24 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 25 BuildRequires: flex, openssl-devel , ldns-devel >= 1.5.0, 26 BuildRequires: libevent-devel expat-devel 28 BuildRequires: python-devel swig 38 Requires(pre): shadow-utils 40 Obsoletes: dnssec-conf < 1.27-2 [all …]
|
/freebsd/contrib/ldns/ |
H A D | configure.ac | 1 # -*- Autoconf -*- 18 # --------------- 20 # (binary-api-number):(which-binary-api-version):(how-many-nrs-backwardscompat) 28 # ldns-1.6.17 and before had a .so with version same as VERSION_INFO 29 # ldns-1.7.0 had libversion 2:0:0 30 # ldns-1.7.1 had libversion 3:0:0 (though it should have had 3:0:1) 31 # ldns-1.8.0 had libversion 4:0:2 (though it should have had 4:0:1) 32 # ldns-1.8.1 had libversion 5:0:2 33 # ldns-1.8.1 had libversion 6:0:3 34 # ldns-1.8.2 had libversion 7:0:4 [all …]
|
H A D | Changelog | 1 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 …]
|
H A D | Makefile.in | 17 pywrapdir = $(srcdir)/contrib/python 19 p5_dns_ldns_dir = $(srcdir)/contrib/DNS-LDNS 22 swigpy_flags = -python @SWIGPY3@ 36 -e 's|@LDNS_TRUST_ANCHOR_FILE[@]|$(LDNS_TRUST_ANCHOR_FILE)|g' \ 37 -e 's|@DEFAULT_CAFILE[@]|$(DEFAULT_CAFILE)|g' \ 38 -e 's|@DEFAULT_CAPATH[@]|$(DEFAULT_CAPATH)|g' 44 # set all of the tools due to cross-compiles. libtool uses most of them. 45 # https://www.gnu.org/software/make/manual/html_node/Implicit-Variables.html 57 CPPFLAGS = -I. -I$(srcdir) @CPPFLAGS@ @DEFS@ -DLDNS_TRUST_ANCHOR_FILE="\"$(LDNS_TRUST_ANCHOR_FILE)\… 73 LIBTOOL = $(libtool) --tag=CC --quiet [all …]
|
H A D | configure | 2 # Guess values for system-dependent variables and create Makefiles. 8 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, 14 ## -------------------- ## 16 ## -------------------- ## 25 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 27 alias -g '${1+"$@"}'='"$@"' 30 case `(set -o) 2>/dev/null` in #( 32 set -o posix ;; #( 46 # Quoting is to prevent editors from complaining about space-tab. 56 # Ensure predictable behavior from utilities with locale-dependent output. [all …]
|
/freebsd/contrib/expat/ |
H A D | Changes | 14 !! - <blink>fixing a complex non-public security issue</blink>, !! 15 !! - teaming up on researching and fixing future security reports and !! 16 !! ClusterFuzz findings with few-days-max response times in communication !! 19 !! - implementing and auto-testing XML 1.0r5 support !! 21 !! - smart ideas on fixing the Autotools CMake files generation issue !! 23 !! - the Windows binaries topic (needs requirements engineering first), !! 24 !! - pushing migration from `int` to `size_t` further !! 25 !! including edge-cases test coverage (needs discussion before anything). !! 27 !! For details, please reach out via e-mail to sebastian@pipping.org so we !! 30 !! THANK YOU! Sebastian Pipping -- Berlin, 2024-03-09 !! [all …]
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 7 # bug-ncurses@gnu.org 19 # under the ncurses MIT-style license. That was the effect of the agreement 33 # some portions of the data are derivative work under a compatible MIT-style 36 #------------------------------------------------------------------------------ 37 # https://invisible-island.net/ncurses/ncurses.faq.html#terminfo_copying 38 # https://invisible-island.net/personal/copyrights.html#removing_notes 39 #------------------------------------------------------------------------------ 48 # Please e-mail changes to terminfo@thyrsus.com; the old termcap@berkeley.edu 54 # This file describes the capabilities of various character-cell terminals, 55 # as needed by software such as screen-oriented editors. [all …]
|