Home
last modified time | relevance | path

Searched +full:python +full:- +full:packaging (Results 1 – 15 of 15) sorted by relevance

/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])
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 …]
/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/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
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 …]
/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
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}-%{release}-roo
[all...]
/freebsd/contrib/libcbor/doc/source/
H A Drequirements.txt2 # This file is autogenerated by pip-compile with Python 3.13
5 # pip-compile doc/source/requirements.in
16 # via -r doc/source/requirements.in
19 charset-normalizer==3.4.1
24 # via sphinx-autobuild
28 # sphinx-rtd-theme
40 # via -r doc/source/requirements.in
43 packaging==25.0
49 roman-numerals-py==3.1.0
57 # -r doc/source/requirements.in
[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 \
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
76 restrict -6 default kod nomodify notrap nopeer noquery
[all …]
/freebsd/contrib/unbound/contrib/
H A Dunbound.spec_fedora5 %{!?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 Dconfigure.ac1 # -*- 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 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 …]
H A DMakefile.in17 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 Dconfigure2 # 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/libyaml/
H A DChanges1 0.2.5 2020-06-01
13 Add -h and --flow (on|off|keep) to run-*-test-suite
22 Output error position in run-parser-test-suite.c
27 0.2.4 2020-04-19
29 - https://github.com/yaml/libyaml/pull/143
30 Add packaging/docker-dist to Makefile.am
32 - https://github.com/yaml/libyaml/pull/174
36 0.2.3 2020-04-11
38 - https://github.com/yaml/libyaml/pull/130
41 - https://github.com/yaml/libyaml/pull/144
[all …]
/freebsd/contrib/expat/
H A DChanges14 !! - teaming up on fixing the UNFIXED SECURITY ISSUES listed at: !!
18 !! - teaming up on researching and fixing future security reports and !!
19 !! ClusterFuzz findings with few-days-max response times in communication !!
23 !! - implementing and auto-testing XML 1.0r5 support !!
26 !! For details, please reach out via e-mail to sebastian@pipping.org so we !!
29 !! THANK YOU! Sebastian Pipping -- Berlin, 2026-0
[all...]
/freebsd/contrib/bc/project/
H A Dgithub_issues.json10 …I'm getting the incorrect result from a simple calculation...\n\n80 - (30 * 0) / 50 - (80 / 100) *…
12 "closedAt": "2025-02-25T19:10:08Z",
20-only math.\n\nApplying integer-only math to the expression you gave, we get:\n\n```\n80 - (30 * 0…
21 "createdAt": "2025-02-25T19:10:08Z",
33 "url": "https://github.com/gavinhoward/bc/issues/87#issuecomment-2683017820",
42 "body": "Thanks, i solved the problem with '-l' to 'bc'\n\ne.g:\necho '1 + 1' | bc -l",
43 "createdAt": "2025-02-26T00:44:54Z",
48 "url": "https://github.com/gavinhoward/bc/issues/87#issuecomment-2683611929",
52 "createdAt": "2025-02-25T17:57:06Z",
64 "updatedAt": "2025-02-26T00:44:54Z",
[all …]
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src7 # 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 …]