notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details
py-wheel Built-package format for Python
0.45.1 devel on this many watch lists=13 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.45.1Version of this port present on the latest quarterly branch.
Maintainer: nivit@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2013-07-26 15:15:27
Last Update: 2025-05-04 00:17:51
Commit Hash: 3d836b2
People watching this port, also watch:: ninja, autoconf, libxml2, indexinfo, gettext-runtime
License: MIT
WWW:
https://github.com/pypa/wheel
Description:
A built-package format for Python. A wheel is a ZIP-format archive with a specially formatted filename and the .whl extension. It is designed to contain all the files for a PEP 376 compatible install in a way that is very close to the on-disk format. Many packages will be properly installed with only the "Unpack" step (simply extracting the file onto sys.path), and the unpacked archive preserves enough information to "Spread" (copy data and scripts to their final locations) at any later time. The wheel project provides a bdist_wheel command for setuptools (requires setuptools >= 0.8.0). Wheel files can be installed with a newer pip from https://github.com/pypa/pip or with wheel's own command line utility.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-wheel/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-wheel
  • pkg install py311-wheel
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py311-wheel listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-wheel
Package flavors (<flavor>: <package>)
  • py311: py311-wheel
  • py312: py312-wheel
  • py310: py310-wheel
  • py39: py39-wheel
distinfo:
TIMESTAMP = 1732445974 SHA256 (wheel-0.45.1.tar.gz) = 661e1abd9198507b1409a20c02106d9670b2576e916d58f520316666abca6729 SIZE (wheel-0.45.1.tar.gz) = 107545

Packages (timestamps in pop-ups are UTC):
py37-wheel
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--0.30.0_1---0.30.0_1-
FreeBSD:13:quarterly--------
FreeBSD:14:latest-----0.40.0_1-0.40.0_1
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
 

py38-wheel
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly--0.40.0_1--0.42.00.42.00.42.0
FreeBSD:14:latest-----0.40.0_1-0.40.0_1
FreeBSD:14:quarterly-----0.42.00.42.00.42.0
FreeBSD:15:latest--n/a-n/a0.42.00.42.00.42.0
 

py39-wheel
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.45.10.45.1-0.45.10.45.1---
FreeBSD:13:quarterly0.45.10.45.10.40.0_10.45.10.45.10.42.00.42.00.42.0
FreeBSD:14:latest0.45.10.45.10.38.40.45.10.45.10.40.0_1-0.40.0_1
FreeBSD:14:quarterly0.45.10.45.1-0.45.10.45.10.42.00.42.00.42.0
FreeBSD:15:latest0.45.10.45.1n/a0.45.1n/a0.42.00.42.00.42.0
 

py310-wheel
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.45.10.45.1-0.45.10.45.1---
FreeBSD:13:quarterly0.45.10.45.10.40.0_10.45.10.45.10.42.00.42.00.42.0
FreeBSD:14:latest0.45.10.45.1-0.45.10.45.10.40.0_1-0.40.0_1
FreeBSD:14:quarterly0.45.10.45.1-0.45.10.45.10.42.00.42.00.42.0
FreeBSD:15:latest0.45.10.45.1n/a0.45.1n/a0.42.00.42.00.42.0
 

py311-wheel
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.45.10.45.1-0.45.10.45.1---
FreeBSD:13:quarterly0.45.10.45.10.40.0_10.45.10.45.10.42.00.42.00.42.0
FreeBSD:14:latest0.45.10.45.1-0.45.10.45.10.40.0_1-0.40.0_1
FreeBSD:14:quarterly0.45.10.45.1-0.45.10.45.10.42.00.42.00.42.0
FreeBSD:15:latest0.45.10.45.1n/a0.45.1n/a0.42.00.42.00.42.0
 

py312-wheel
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.45.10.45.1-0.45.10.45.1---
FreeBSD:13:quarterly--------
FreeBSD:14:latest0.45.10.45.1-0.45.10.45.1---
FreeBSD:14:quarterly--------
FreeBSD:15:latest0.45.10.45.1n/a0.45.1n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-flit-core>=3.8 : devel/py-flit-core@py311
  2. python3.11 : lang/python311
  3. py311-build>=0 : devel/py-build@py311
  4. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. python3.11 : lang/python311
This port is required by:
for Build
  1. archivers/py-bitshuffle
  2. archivers/py-blosc
  3. archivers/py-brotli
  4. archivers/py-brotlicffi
  5. archivers/py-brotlipy
  6. archivers/py-comicapi
  7. archivers/py-compressed-rtf
Expand this list (1868 items / 1861 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. archivers/py-inflate64
  3. archivers/py-laszip
  4. archivers/py-lz4
  5. archivers/py-multivolumefile
  6. archivers/py-py7zr
  7. archivers/py-pybcj
  8. archivers/py-pyppmd
  9. archivers/py-pyzstd
  10. archivers/py-sozipfile
  11. archivers/py-warctools
  12. archivers/py-xopen
  13. archivers/py-zlib-ng
  14. archivers/py-zopfli
  15. astro/py-astlib
  16. astro/py-astropy-iers-data
  17. astro/py-extension-helpers
  18. astro/py-fitsio
  19. astro/py-horoscopegenerator
  20. astro/py-metar
  21. astro/py-metpy
  22. astro/py-pymetar
  23. astro/py-ro
  24. astro/py-spacetrack
  25. audio/picard
  26. audio/py-gtts
  27. audio/py-librosa
  28. audio/py-mutagen
  29. audio/py-pyacoustid
  30. audio/py-pyliblo
  31. audio/py-pymad
  32. audio/py-pyogg
  33. audio/py-pyradio
  34. audio/py-python-mpd2
  35. audio/py-soxr
  36. audio/py-speechrecognition
  37. audio/py-torchaudio
  38. benchmarks/py-asv
  39. biology/py-dnaio
  40. biology/py-gtfparse
  41. biology/py-macs3
  42. biology/py-resdk
  43. biology/py-scikit-bio
  44. cad/apio
  45. cad/py-amaranth
  46. cad/py-cocotb
  47. cad/py-edalize
  48. cad/py-ezdxf
  49. cad/py-gdstk
  50. cad/py-pyvcd
  51. cad/py-vunit-hdl
  52. comms/chirp
  53. comms/py-hidapi
  54. comms/py-libusbsio
  55. comms/py-pylink-square
  56. comms/py-pyocd
  57. comms/py-pyocd-pemicro
  58. comms/py-spsdk
  59. comms/py-streamdeck
  60. converters/py-bencoder
  61. converters/py-better-bencode
  62. converters/py-bincopy
  63. converters/py-mammoth
  64. converters/py-tlv8
  65. converters/py-zfec
  66. databases/pg_activity
  67. databases/py-aiomysql
  68. databases/py-aiosql
  69. databases/py-alembic
  70. databases/py-apache-arrow
  71. databases/py-apsw
  72. databases/py-cymysql
  73. databases/py-dbutils
  74. databases/py-fastparquet
  75. databases/py-firebirdsql
  76. databases/py-gdbm
  77. databases/py-geoalchemy2
  78. databases/py-kyotocabinet
  79. databases/py-leveldb
  80. databases/py-litecli
  81. databases/py-mongoengine
  82. databases/py-mycli
  83. databases/py-mysql-connector-python
  84. databases/py-mysqlclient
  85. databases/py-partd
  86. databases/py-pg8000
  87. databases/py-pgcli
  88. databases/py-pgdbconn
  89. databases/py-pgspecial
  90. databases/py-pickledb
  91. databases/py-psycopg
  92. databases/py-psycopg-c
  93. databases/py-psycopg-pool
  94. databases/py-psycopg2
  95. databases/py-pyarrow
  96. databases/py-pycql
  97. databases/py-python-binary-memcached
  98. databases/py-python-memcached
  99. databases/py-queries
  100. databases/py-rb
  101. databases/py-redis2
  102. databases/py-redis5
  103. databases/py-schemachange
  104. databases/py-snowddl
  105. databases/py-sqlalchemy-json
  106. databases/py-sqlalchemy-utils
  107. databases/py-sqlalchemy14
  108. databases/py-sqlalchemy20
  109. databases/py-sqlframe
  110. databases/py-sqlglot
  111. databases/py-sqlite-migrate
  112. databases/py-sqlite3
  113. databases/py-tableschema
  114. databases/py-tarantool
  115. databases/py-unqlite
  116. databases/py-xrootd
  117. databases/py-zodbpickle
  118. deskutils/dosage
  119. deskutils/py-send2trash
  120. deskutils/py-trash-cli
  121. deskutils/py-vdirsyncer
  122. deskutils/py-vorta
  123. deskutils/zim
  124. devel/bpython
  125. devel/cpplint
  126. devel/decompyle3
  127. devel/gitinspector
  128. devel/ipython
  129. devel/mercurial
  130. devel/meson
  131. devel/nox
  132. devel/nuitka
  133. devel/oci-cli
  134. devel/py-Automat
  135. devel/py-PyGithub
  136. devel/py-QtPy
  137. devel/py-about-time
  138. devel/py-absl-py
  139. devel/py-acstore
  140. devel/py-aioapns
  141. devel/py-aiobotocore
  142. devel/py-aioice
  143. devel/py-aiortc
  144. devel/py-aiosignal
  145. devel/py-airtable-python-wrapper
  146. devel/py-all-repos
  147. devel/py-amalgamate
  148. devel/py-aniso8601
  149. devel/py-aniso86016
  150. devel/py-ansi
  151. devel/py-anyio
  152. devel/py-anyio3
  153. devel/py-appdirs
  154. devel/py-applicationinsights
  155. devel/py-apptools
  156. devel/py-apscheduler
  157. devel/py-argparse-manpage
  158. devel/py-argparse_addons
  159. devel/py-arpeggio
  160. devel/py-array-api-compat
  161. devel/py-asn1crypto
  162. devel/py-aspectlib
  163. devel/py-astroid
  164. devel/py-astroid2
  165. devel/py-astunparse
  166. devel/py-async-lru
  167. devel/py-asynctest
  168. devel/py-attrs-strict
  169. devel/py-autocommand
  170. devel/py-automaton
  171. devel/py-autopage
  172. devel/py-avro
  173. devel/py-aws-lambda-builders
  174. devel/py-aws-requests-auth
  175. devel/py-aws-sam-translator
  176. devel/py-aws-xray-sdk
  177. devel/py-awscrt
  178. devel/py-azure-core
  179. devel/py-backports.cached-property
  180. devel/py-backports.csv
  181. devel/py-backports.entry-points-selectable
  182. devel/py-backports.tarfile
  183. devel/py-backports.zoneinfo
  184. devel/py-bashlex
  185. devel/py-behave
  186. devel/py-beniget
  187. devel/py-bidict
  188. devel/py-binary_file_search
  189. devel/py-bitstring
  190. devel/py-botocore
  191. devel/py-breathe
  192. devel/py-bump2version
  193. devel/py-bytecode
  194. devel/py-cached-property
  195. devel/py-cachetools
  196. devel/py-cachier
  197. devel/py-cachy
  198. devel/py-calver
  199. devel/py-canonicaljson
  200. devel/py-capturer
  201. devel/py-castellan
  202. devel/py-catalogue
  203. devel/py-cbor
  204. devel/py-cbor2
  205. devel/py-cerberus
  206. devel/py-certsrv
  207. devel/py-cf-xarray
  208. devel/py-cffi
  209. devel/py-cfn-lint
  210. devel/py-check-jsonschema
  211. devel/py-check-manifest
  212. devel/py-cibuildwheel
  213. devel/py-ciso8601
  214. devel/py-ckanapi
  215. devel/py-cli-helpers
  216. devel/py-click-command-tree
  217. devel/py-click-option-group
  218. devel/py-click7
  219. devel/py-cliff
  220. devel/py-clldutils
  221. devel/py-cmd2
  222. devel/py-coloredlogs
  223. devel/py-colorlog
  224. devel/py-commandlines
  225. devel/py-commentjson
  226. devel/py-condense-json
  227. devel/py-confection
  228. devel/py-configargparse
  229. devel/py-configobj
  230. devel/py-configupdater
  231. devel/py-confusable_homoglyphs
  232. devel/py-covdefaults
  233. devel/py-coveralls
  234. devel/py-cppy
  235. devel/py-crick
  236. devel/py-crontab
  237. devel/py-crosshair-tool
  238. devel/py-csv23
  239. devel/py-ctypesgen
  240. devel/py-curio
  241. devel/py-cursive
  242. devel/py-curtsies
  243. devel/py-custodian
  244. devel/py-cwcwidth
  245. devel/py-cycler
  246. devel/py-cython-test-exception-raiser
  247. devel/py-cytoolz
  248. devel/py-daemonize
  249. devel/py-dask
  250. devel/py-dask-expr
  251. devel/py-dataclasses-json
  252. devel/py-dataflows-tabulator
  253. devel/py-datapackage
  254. devel/py-datasette
  255. devel/py-datatest
  256. devel/py-dateutils
  257. devel/py-ddsketch
  258. devel/py-ddt
  259. devel/py-ddtrace
  260. devel/py-debugpy
  261. devel/py-decopatch
  262. devel/py-decorator
  263. devel/py-decoratortools
  264. devel/py-deepmerge
  265. devel/py-deprecated
  266. devel/py-deprecation
  267. devel/py-dill
  268. devel/py-distlib
  269. devel/py-distributed
  270. devel/py-dj51-django-rq
  271. devel/py-dj52-django-rq
  272. devel/py-django-rq
  273. devel/py-dodgy
  274. devel/py-dogpile.cache
  275. devel/py-domdf-python-tools
  276. devel/py-donfig
  277. devel/py-dpcontracts
  278. devel/py-dtfabric
  279. devel/py-dukpy
  280. devel/py-dulwich
  281. devel/py-e3-core
  282. devel/py-editdistance
  283. devel/py-ejson
  284. devel/py-enum-compat
  285. devel/py-envisage
  286. devel/py-epsilon
  287. devel/py-eval-type-backport
  288. devel/py-eventlib
  289. devel/py-ewah-bool-utils
  290. devel/py-exam
  291. devel/py-executing
  292. devel/py-expecttest
  293. devel/py-face
  294. devel/py-fasteners
  295. devel/py-fastimport
  296. devel/py-fastnumbers
  297. devel/py-fiddle
  298. devel/py-filedepot
  299. devel/py-filemagic
  300. devel/py-filetype
  301. devel/py-find-libpython
  302. devel/py-findlibs
  303. devel/py-first
  304. devel/py-flake8-black
  305. devel/py-flake8-bugbear
  306. devel/py-flake8-comprehensions
  307. devel/py-flake8_simplify
  308. devel/py-flatbuffers
  309. devel/py-flatdict
  310. devel/py-flatland
  311. devel/py-fluent
  312. devel/py-foolscap
  313. devel/py-forbiddenfruit
  314. devel/py-freebsd
  315. devel/py-freezegun
  316. devel/py-frictionless-ckan-mapper
  317. devel/py-frozendict
  318. devel/py-frozenlist
  319. devel/py-funcsigs
  320. devel/py-futurist
  321. devel/py-gapic-generator
  322. devel/py-gast
  323. devel/py-gelidum
  324. devel/py-genson
  325. devel/py-genty
  326. devel/py-get-reader
  327. devel/py-gevent
  328. devel/py-geventhttpclient
  329. devel/py-git-semver
  330. devel/py-gitdb
  331. devel/py-gitless
  332. devel/py-gitpython
  333. devel/py-giturlparse
  334. devel/py-glance-store
  335. devel/py-glom
  336. devel/py-goodreads
  337. devel/py-google-cloud-iam
  338. devel/py-google-crc32c
  339. devel/py-google-re2
  340. devel/py-googleapis-common-protos
  341. devel/py-gptscript
  342. devel/py-graphene
  343. devel/py-graphene-django
  344. devel/py-graphene-sqlalchemy
  345. devel/py-graphene2
  346. devel/py-graphql-core2
  347. devel/py-graphql-relay2
  348. devel/py-greenlet
  349. devel/py-grpc-google-iam-v1
  350. devel/py-grpc-stubs
  351. devel/py-grpcio-gcp
  352. devel/py-grpcio-status
  353. devel/py-hacking
  354. devel/py-heapdict
  355. devel/py-http-prompt
  356. devel/py-hunter
  357. devel/py-hypothesis
  358. devel/py-hypothesis-crosshair
  359. devel/py-ijson
  360. devel/py-immutables
  361. devel/py-importlab
  362. devel/py-importlib-metadata
  363. devel/py-importlib-metadata6
  364. devel/py-importlib-metadata7
  365. devel/py-importlib-resources
  366. devel/py-incremental
  367. devel/py-infinity
  368. devel/py-inflect
  369. devel/py-iniparse
  370. devel/py-intervals
  371. devel/py-invoke
  372. devel/py-ipdb
  373. devel/py-ipywidgets
  374. devel/py-isodate
  375. devel/py-isoduration
  376. devel/py-iteration-utilities
  377. devel/py-itertree
  378. devel/py-itypes
  379. devel/py-jaraco.classes
  380. devel/py-jaraco.collections
  381. devel/py-jaraco.context
  382. devel/py-jaraco.env
  383. devel/py-jaraco.envs
  384. devel/py-jaraco.functools
  385. devel/py-jaraco.itertools
  386. devel/py-jaraco.logging
  387. devel/py-jaraco.packaging
  388. devel/py-jaraco.path
  389. devel/py-jaraco.stream
  390. devel/py-jaraco.text
  391. devel/py-jaraco.util
  392. devel/py-jinja2-ansible-filters
  393. devel/py-jmespath
  394. devel/py-joblib
  395. devel/py-johnnydep
  396. devel/py-jschema-to-python
  397. devel/py-jsmin
  398. devel/py-json5
  399. devel/py-jsonargparse
  400. devel/py-jsondiff
  401. devel/py-jsonform
  402. devel/py-jsonlines
  403. devel/py-jsonpickle
  404. devel/py-jsonschema3
  405. devel/py-jsonsir
  406. devel/py-junitparser
  407. devel/py-jupyter-lsp
  408. devel/py-jupyter-rfb
  409. devel/py-jupyter-server-mathjax
  410. devel/py-jupyter-telemetry
  411. devel/py-jupyterlab-lsp
  412. devel/py-kaitaistruct
  413. devel/py-kaptan
  414. devel/py-keystoneauth1
  415. devel/py-keystonemiddleware
  416. devel/py-klepto
  417. devel/py-l18n
  418. devel/py-lark
  419. devel/py-lazy-object-proxy
  420. devel/py-lazy_loader
  421. devel/py-libcst
  422. devel/py-libcst03
  423. devel/py-libevdev
  424. devel/py-libtaxii
  425. devel/py-libusb-package
  426. devel/py-libusb1
  427. devel/py-linear-tsv
  428. devel/py-linecache2
  429. devel/py-littleutils
  430. devel/py-livemark
  431. devel/py-lml
  432. devel/py-localstack-client
  433. devel/py-locket
  434. devel/py-logan
  435. devel/py-logfury
  436. devel/py-logilab-common
  437. devel/py-logistro
  438. devel/py-lxml5
  439. devel/py-magnet2torrent
  440. devel/py-makefun
  441. devel/py-manuel
  442. devel/py-marisa-trie
  443. devel/py-marshmallow-enum
  444. devel/py-maturin
  445. devel/py-medikit
  446. devel/py-memory-profiler
  447. devel/py-microversion-parse
  448. devel/py-milc
  449. devel/py-mmh3
  450. devel/py-molecule
  451. devel/py-mondrian
  452. devel/py-monkeytype
  453. devel/py-monotable
  454. devel/py-monty
  455. devel/py-moreorless
  456. devel/py-moto
  457. devel/py-mox
  458. devel/py-msgpack
  459. devel/py-msgspec
  460. devel/py-multimethod
  461. devel/py-multiset
  462. devel/py-multitasking
  463. devel/py-mutf8
  464. devel/py-mygpoclient
  465. devel/py-mypy
  466. devel/py-mypy-protobuf
  467. devel/py-mystic
  468. devel/py-nanobind
  469. devel/py-nest-asyncio
  470. devel/py-nodeenv
  471. devel/py-nose-timer
  472. devel/py-nose3
  473. devel/py-numba
  474. devel/py-objprint
  475. devel/py-objsize
  476. devel/py-oci
  477. devel/py-opencensus
  478. devel/py-opencensus-context
  479. devel/py-openstacksdk
  480. devel/py-opentracing
  481. devel/py-optree
  482. devel/py-orca
  483. devel/py-orderedmultidict
  484. devel/py-os-brick
  485. devel/py-os-client-config
  486. devel/py-os-vif
  487. devel/py-os-win
  488. devel/py-osc-lib
  489. devel/py-oslo.cache
  490. devel/py-oslo.concurrency
  491. devel/py-oslo.config
  492. devel/py-oslo.context
  493. devel/py-oslo.db
  494. devel/py-oslo.i18n
  495. devel/py-oslo.limit
  496. devel/py-oslo.log
  497. devel/py-oslo.messaging
  498. devel/py-oslo.metrics
  499. devel/py-oslo.middleware
  500. devel/py-oslo.policy
  501. devel/py-oslo.privsep
  502. devel/py-oslo.reports
  503. devel/py-oslo.rootwrap
  504. devel/py-oslo.serialization
  505. devel/py-oslo.service
  506. devel/py-oslo.upgradecheck
  507. devel/py-oslo.utils
  508. devel/py-oslo.versionedobjects
  509. devel/py-oslo.vmware
  510. devel/py-osprofiler
  511. devel/py-overrides
  512. devel/py-ovsdbapp
  513. devel/py-oyaml
  514. devel/py-parameterized
  515. devel/py-parsley
  516. devel/py-parver
  517. devel/py-path
  518. devel/py-pathos
  519. devel/py-pbr
  520. devel/py-pdoc
  521. devel/py-pebble
  522. devel/py-pep562
  523. devel/py-pep621
  524. devel/py-period
  525. devel/py-petname
  526. devel/py-pew
  527. devel/py-phmdoctest
  528. devel/py-pint
  529. devel/py-pint-pandas
  530. devel/py-pip-api
  531. devel/py-pip-licenses
  532. devel/py-pip-requirements-parser
  533. devel/py-pip-run
  534. devel/py-pip-shims
  535. devel/py-pip-tools
  536. devel/py-pip-tools4
  537. devel/py-pipenv
  538. devel/py-plette
  539. devel/py-pluggy
  540. devel/py-pluggy0
  541. devel/py-plux
  542. devel/py-pnu-libpnu
  543. devel/py-pooch
  544. devel/py-posix_ipc
  545. devel/py-pox
  546. devel/py-ppft
  547. devel/py-pprintpp
  548. devel/py-prance
  549. devel/py-pre-commit-hooks
  550. devel/py-preshed
  551. devel/py-preshed3
  552. devel/py-prettytable0
  553. devel/py-printree
  554. devel/py-proglog
  555. devel/py-progress
  556. devel/py-promise
  557. devel/py-prompt-toolkit
  558. devel/py-prompt-toolkit2
  559. devel/py-propcache
  560. devel/py-property-cached
  561. devel/py-proto-plus
  562. devel/py-protobuf
  563. devel/py-proxmoxer
  564. devel/py-ptable
  565. devel/py-ptpython
  566. devel/py-pure-eval
  567. devel/py-purl
  568. devel/py-py
  569. devel/py-py-stackexchange
  570. devel/py-py-ubjson
  571. devel/py-py3nvml
  572. devel/py-pyTooling
  573. devel/py-py_interface
  574. devel/py-pyairtable
  575. devel/py-pyairtable2
  576. devel/py-pyasn1
  577. devel/py-pyasn1-modules
  578. devel/py-pybind11
  579. devel/py-pycadf
  580. devel/py-pycnite
  581. devel/py-pycocotools
  582. devel/py-pycognito
  583. devel/py-pycparser
  584. devel/py-pydantic-yaml
  585. devel/py-pydenticon
  586. devel/py-pyee
  587. devel/py-pyee11
  588. devel/py-pyelftools
  589. devel/py-pyface
  590. devel/py-pyflakes
  591. devel/py-pygdbmi
  592. devel/py-pygit2
  593. devel/py-pyicu
  594. devel/py-pyina
  595. devel/py-pyinotify
  596. devel/py-pyinstaller
  597. devel/py-pyinstaller-hooks-contrib
  598. devel/py-pykdtree
  599. devel/py-pyleri
  600. devel/py-pylev
  601. devel/py-pylibsrtp
  602. devel/py-pylint-flask
  603. devel/py-pymaven-patch
  604. devel/py-pynvml
  605. devel/py-pyopencl
  606. devel/py-pypemicro
  607. devel/py-pyperf
  608. devel/py-pyproject-metadata
  609. devel/py-pyquery
  610. devel/py-pyral
  611. devel/py-pyrepl
  612. devel/py-pyrfc3339
  613. devel/py-pyright
  614. devel/py-pyroma
  615. devel/py-pyrsistent
  616. devel/py-pyscaffold
  617. devel/py-pysdl2
  618. devel/py-pyte
  619. devel/py-pytest
  620. devel/py-pytest-aiohttp
  621. devel/py-pytest-azurepipelines
  622. devel/py-pytest-benchmark
  623. devel/py-pytest-black
  624. devel/py-pytest-black-multipy
  625. devel/py-pytest-cases
  626. devel/py-pytest-checkdocs
  627. devel/py-pytest-codspeed
  628. devel/py-pytest-console-scripts
  629. devel/py-pytest-cpp
  630. devel/py-pytest-django
  631. devel/py-pytest-doctestplus
  632. devel/py-pytest-drop-dup-tests
  633. devel/py-pytest-enabler
  634. devel/py-pytest-flake8
  635. devel/py-pytest-helpers-namespace
  636. devel/py-pytest-httpbin
  637. devel/py-pytest-instafail
  638. devel/py-pytest-lazy-fixture
  639. devel/py-pytest-localserver
  640. devel/py-pytest-mypy
  641. devel/py-pytest-mypy-plugins
  642. devel/py-pytest-nunit
  643. devel/py-pytest-order
  644. devel/py-pytest-plus
  645. devel/py-pytest-profiling
  646. devel/py-pytest-random-order
  647. devel/py-pytest-regressions
  648. devel/py-pytest-remotedata
  649. devel/py-pytest-run-parallel
  650. devel/py-pytest-services
  651. devel/py-pytest-subtests
  652. devel/py-pytest-sugar
  653. devel/py-pytest-twisted
  654. devel/py-pytest-xdist
  655. devel/py-python-application
  656. devel/py-python-dateutil
  657. devel/py-python-dbusmock
  658. devel/py-python-distutils-extra
  659. devel/py-python-editor
  660. devel/py-python-engineio
  661. devel/py-python-gitlab
  662. devel/py-python-json-logger
  663. devel/py-python-magic
  664. devel/py-python-mimeparse
  665. devel/py-python-semantic-release
  666. devel/py-python-socketio
  667. devel/py-python-xcaplib
  668. devel/py-pythonfinder
  669. devel/py-pythran
  670. devel/py-pytools
  671. devel/py-pytvmaze
  672. devel/py-pytweening
  673. devel/py-pytz-deprecation-shim
  674. devel/py-pyvisa
  675. devel/py-pyvisa-py
  676. devel/py-pyxb-x
  677. devel/py-pyyaml-ft
  678. devel/py-pyyaml-include
  679. devel/py-pyyaml_env_tag
  680. devel/py-qt5-sip
  681. devel/py-qt6-sip
  682. devel/py-qtbuilder
  683. devel/py-qutip
  684. devel/py-rapidfuzz
  685. devel/py-rapidfuzz-capi
  686. devel/py-ratelimiter
  687. devel/py-re-assert
  688. devel/py-readme-renderer
  689. devel/py-remote-pdb
  690. devel/py-repoze.lru
  691. devel/py-repoze.tm2
  692. devel/py-represent
  693. devel/py-requestsexceptions
  694. devel/py-requirementslib
  695. devel/py-resolvelib1
  696. devel/py-responses
  697. devel/py-retrying
  698. devel/py-rfc3339-validator
  699. devel/py-rfc3986-validator
  700. devel/py-riot
  701. devel/py-robotframework
  702. devel/py-robotframework-databaselibrary
  703. devel/py-robotframework-excellib
  704. devel/py-robotframework-pabot
  705. devel/py-robotframework-pythonlibcore
  706. devel/py-robotframework-seleniumlibrary
  707. devel/py-robotframework-stacktrace
  708. devel/py-rope
  709. devel/py-rq-scheduler
  710. devel/py-rq1
  711. devel/py-rstr
  712. devel/py-rtree
  713. devel/py-rtslib-fb
  714. devel/py-ruamel.yaml.clib
  715. devel/py-rush
  716. devel/py-rx
  717. devel/py-rx1
  718. devel/py-saneyaml
  719. devel/py-sarif-om
  720. devel/py-schedule
  721. devel/py-scheduler
  722. devel/py-scholarly
  723. devel/py-scikit-base
  724. devel/py-scikit-build
  725. devel/py-selection
  726. devel/py-semantic-version
  727. devel/py-semver
  728. devel/py-setoptconf
  729. devel/py-setuptools-declarative-requirements
  730. devel/py-setuptools-dso
  731. devel/py-setuptools-git
  732. devel/py-setuptools-git-versioning
  733. devel/py-setuptools-rust
  734. devel/py-setuptools-scm
  735. devel/py-setuptools58
  736. devel/py-setuptools_hg
  737. devel/py-setuptools_scm7
  738. devel/py-sgmllib3k
  739. devel/py-shtab
  740. devel/py-simpleeval
  741. devel/py-simplegeneric
  742. devel/py-simplejson
  743. devel/py-simpleparse
  744. devel/py-sip
  745. devel/py-six
  746. devel/py-smmap
  747. devel/py-sniffio
  748. devel/py-spark-parser
  749. devel/py-sparse
  750. devel/py-speaklater
  751. devel/py-sqids
  752. devel/py-sqlfluff
  753. devel/py-squint
  754. devel/py-sre-yield
  755. devel/py-srsly
  756. devel/py-stack-data
  757. devel/py-statsd
  758. devel/py-stone
  759. devel/py-stringbrewer
  760. devel/py-stringcase
  761. devel/py-stringzilla
  762. devel/py-super-collections
  763. devel/py-tabulate
  764. devel/py-tabulate2
  765. devel/py-tabulator
  766. devel/py-tailer
  767. devel/py-tapi
  768. devel/py-tarantool-queue
  769. devel/py-tartiflette
  770. devel/py-tartiflette-aiohttp
  771. devel/py-taskflow
  772. devel/py-telepath
  773. devel/py-tempora
  774. devel/py-tenacity
  775. devel/py-tenacity8
  776. devel/py-testresources
  777. devel/py-testscenarios
  778. devel/py-testtools
  779. devel/py-thinc
  780. devel/py-thinc8
  781. devel/py-thriftpy2
  782. devel/py-time-machine
  783. devel/py-timeout-decorator
  784. devel/py-tinyrpc
  785. devel/py-tooz
  786. devel/py-traceback2
  787. devel/py-tree-sitter-languages
  788. devel/py-trove-classifiers
  789. devel/py-ttkbootstrap
  790. devel/py-twine
  791. devel/py-txi2p-tahoe
  792. devel/py-typeguard
  793. devel/py-types-cryptography
  794. devel/py-types-docutils
  795. devel/py-types-mock
  796. devel/py-types-psutil
  797. devel/py-types-setuptools
  798. devel/py-types-toml
  799. devel/py-types-typed-ast
  800. devel/py-typeshed-client
  801. devel/py-typing-inspect
  802. devel/py-tzdata
  803. devel/py-tzlocal
  804. devel/py-u-msgpack-python
  805. devel/py-unicodecsv
  806. devel/py-unicodedata2
  807. devel/py-unidep
  808. devel/py-unittest-parallel
  809. devel/py-unittest2
  810. devel/py-untokenize
  811. devel/py-urwid
  812. devel/py-urwidgets
  813. devel/py-usort
  814. devel/py-validate-pyproject
  815. devel/py-validators
  816. devel/py-validictory
  817. devel/py-vcver
  818. devel/py-vendy
  819. devel/py-versioneer
  820. devel/py-versioningit
  821. devel/py-verspec
  822. devel/py-virtualenv-api
  823. devel/py-visidata
  824. devel/py-visitor
  825. devel/py-vistir
  826. devel/py-voluptuous
  827. devel/py-vulture
  828. devel/py-watchdog
  829. devel/py-watchgod
  830. devel/py-watermark
  831. devel/py-weasel
  832. devel/py-websockets
  833. devel/py-websockify
  834. devel/py-wimpy
  835. devel/py-wirerope
  836. devel/py-wrapt
  837. devel/py-wsgi-intercept
  838. devel/py-wsgiutils
  839. devel/py-wsme
  840. devel/py-x-wr-timezone
  841. devel/py-xarray
  842. devel/py-xasm
  843. devel/py-xdis
  844. devel/py-xmltodict
  845. devel/py-xsdata
  846. devel/py-xsdata-attrs
  847. devel/py-xsdata-plantuml
  848. devel/py-xsdata-pydantic
  849. devel/py-xstatic
  850. devel/py-xstatic-angular
  851. devel/py-xstatic-angular-bootstrap
  852. devel/py-xstatic-angular-fileupload
  853. devel/py-xstatic-angular-gettext
  854. devel/py-xstatic-angular-lrdragndrop
  855. devel/py-xstatic-angular-schema-form
  856. devel/py-xstatic-bootstrap-datepicker
  857. devel/py-xstatic-bootstrap-scss
  858. devel/py-xstatic-bootswatch
  859. devel/py-xstatic-d3
  860. devel/py-xstatic-font-awesome
  861. devel/py-xstatic-hogan
  862. devel/py-xstatic-jasmine
  863. devel/py-xstatic-jquery
  864. devel/py-xstatic-jquery-migrate
  865. devel/py-xstatic-jquery-ui
  866. devel/py-xstatic-jquery.quicksearch
  867. devel/py-xstatic-jquery.tablesorter
  868. devel/py-xstatic-jsencrypt
  869. devel/py-xstatic-mdi
  870. devel/py-xstatic-objectpath
  871. devel/py-xstatic-rickshaw
  872. devel/py-xstatic-roboto-fontface
  873. devel/py-xstatic-smart-table
  874. devel/py-xstatic-spin
  875. devel/py-xstatic-term.js
  876. devel/py-xstatic-tv4
  877. devel/py-xxhash
  878. devel/py-yamllint
  879. devel/py-yappi
  880. devel/py-yunomi
  881. devel/py-zarr
  882. devel/py-zc.lockfile
  883. devel/py-zconfig
  884. devel/py-zict
  885. devel/py-zipp
  886. devel/pylint
  887. devel/pylyzer
  888. devel/pytype
  889. devel/scons
  890. dns/letsdns
  891. dns/py-aiodns
  892. dns/py-cloudflare
  893. dns/py-dns-crawler
  894. dns/py-dnslib
  895. dns/py-localzone
  896. dns/py-publicsuffixlist
  897. editors/novelwriter
  898. editors/retext
  899. filesystems/py-dfvfs
  900. filesystems/py-fsspec-xrootd
  901. filesystems/py-fusepy
  902. filesystems/py-gcsfs
  903. filesystems/py-kerchunk
  904. filesystems/py-llfuse
  905. filesystems/py-pyfakefs
  906. filesystems/py-s3fs
  907. finance/beanquery
  908. finance/freqtrade
  909. finance/py-exchange-calendars
  910. finance/py-ffn
  911. finance/py-financedatabase
  912. finance/py-mplfinance
  913. finance/py-pandas-market-calendars
  914. finance/py-pythclient
  915. finance/py-pytrends
  916. finance/py-stocksera
  917. finance/py-stripe
  918. finance/py-technical
  919. finance/py-yfinance
  920. ftp/py-aioftp
  921. ftp/py-parfive
  922. ftp/py-pycurl
  923. ftp/py-tftpy
  924. games/anki
  925. games/py-pysol-cards
  926. games/pysolfc
  927. graphics/py-ManimPango
  928. graphics/py-PyOpenGL-accelerate
  929. graphics/py-albucore
  930. graphics/py-asciitree
  931. graphics/py-beziers
  932. graphics/py-cairosvg
  933. graphics/py-cartopy
  934. graphics/py-cogdumper
  935. graphics/py-colorcet
  936. graphics/py-contextily
  937. graphics/py-diplib
  938. graphics/py-fiona
  939. graphics/py-fotokilof
  940. graphics/py-gdal
  941. graphics/py-geosnap
  942. graphics/py-giddy
  943. graphics/py-glcontext
  944. graphics/py-gprof2dot
  945. graphics/py-h3
  946. graphics/py-hiplot
  947. graphics/py-imagecodecs
  948. graphics/py-imageio
  949. graphics/py-imageio-ffmpeg
  950. graphics/py-imagesize
  951. graphics/py-img2pdf
  952. graphics/py-lerc
  953. graphics/py-mapclassify
  954. graphics/py-mgwr
  955. graphics/py-moderngl
  956. graphics/py-moderngl-window
  957. graphics/py-momepy
  958. graphics/py-mpl-interactions
  959. graphics/py-napari-console
  960. graphics/py-napari-plugin-engine
  961. graphics/py-optimize-images
  962. graphics/py-osmnet
  963. graphics/py-pandana
  964. graphics/py-piexif
  965. graphics/py-pillow
  966. graphics/py-pillow-heif
  967. graphics/py-pointpats
  968. graphics/py-proplot
  969. graphics/py-pycha
  970. graphics/py-pydot
  971. graphics/py-pyepsg
  972. graphics/py-pyganim
  973. graphics/py-pygeos
  974. graphics/py-pymaging
  975. graphics/py-pymaging-png
  976. graphics/py-pyocr
  977. graphics/py-pyproj
  978. graphics/py-python-barcode
  979. graphics/py-pyvips
  980. graphics/py-pyx
  981. graphics/py-railroad-diagrams
  982. graphics/py-rasterio
  983. graphics/py-rasterstats
  984. graphics/py-rawpy
  985. graphics/py-scikit-image
  986. graphics/py-simplejpeg
  987. graphics/py-svgelements
  988. graphics/py-tifffile
  989. graphics/py-traitsui
  990. graphics/py-urbanaccess
  991. graphics/py-urbansim
  992. graphics/py-utm
  993. graphics/py-vispy
  994. graphics/py-wand
  995. graphics/py-webcolors
  996. hebrew/py-pyluach
  997. irc/py-irc
  998. irc/py-sopel
  999. irc/py-sopel-help
  1000. japanese/py-SudachiPy
  1001. japanese/py-fugashi
  1002. japanese/py-jaconv
  1003. lang/cython3
  1004. lang/py-hy
  1005. lang/py-lupa
  1006. lang/py-sly
  1007. lang/py-textX
  1008. mail/py-authres
  1009. mail/py-flanker
  1010. mail/py-mail-parser
  1011. mail/py-mailmanclient
  1012. mail/py-postfix-mta-sts-resolver
  1013. mail/py-pyspf
  1014. math/py-CyLP
  1015. math/py-POT
  1016. math/py-Py-BOBYQA
  1017. math/py-SQNomad
  1018. math/py-autograd
  1019. math/py-bayesian-optimization
  1020. math/py-blis
  1021. math/py-bottleneck
  1022. math/py-chaospy
  1023. math/py-cma
  1024. math/py-cmaes
  1025. math/py-cvxopt
  1026. math/py-cypari2
  1027. math/py-dgl
  1028. math/py-diffcp
  1029. math/py-docplex
  1030. math/py-emcee
  1031. math/py-fastcluster
  1032. math/py-fenics-basix
  1033. math/py-fenics-ffcx
  1034. math/py-fenics-ufl
  1035. math/py-flax
  1036. math/py-fraction
  1037. math/py-fsph
  1038. math/py-gym
  1039. math/py-gym-notices
  1040. math/py-hdbscan
  1041. math/py-hepstats
  1042. math/py-hmmlearn
  1043. math/py-intspan
  1044. math/py-iohexperimenter
  1045. math/py-islpy
  1046. math/py-jacobi
  1047. math/py-jax
  1048. math/py-kiwisolver
  1049. math/py-lmfit
  1050. math/py-matplotlib
  1051. math/py-mip
  1052. math/py-mixsimulator
  1053. math/py-ml-dtypes
  1054. math/py-moarchiving
  1055. math/py-modin
  1056. math/py-munkres
  1057. math/py-ndindex
  1058. math/py-networkx
  1059. math/py-nevergrad
  1060. math/py-nlopt
  1061. math/py-numba-stats
  1062. math/py-numexpr
  1063. math/py-numpy-groupies
  1064. math/py-openTSNE
  1065. math/py-or-tools
  1066. math/py-pandas
  1067. math/py-patsy
  1068. math/py-permutation
  1069. math/py-plastex
  1070. math/py-primme
  1071. math/py-py-find-1st
  1072. math/py-pygsl
  1073. math/py-pyprobables
  1074. math/py-pyreadr
  1075. math/py-pyreadstat
  1076. math/py-pytensor
  1077. math/py-resample
  1078. math/py-rpy2
  1079. math/py-rvlib
  1080. math/py-scikit-fem
  1081. math/py-snuggs
  1082. math/py-spglm
  1083. math/py-spint
  1084. math/py-splot
  1085. math/py-spopt
  1086. math/py-spreg
  1087. math/py-statsmodels
  1088. math/py-uncertainties
  1089. math/py-unyt
  1090. math/py-vincenty
  1091. misc/py-SQCommon
  1092. misc/py-SQImFil
  1093. misc/py-SQSnobFit
  1094. misc/py-accelerate
  1095. misc/py-aider-chat
  1096. misc/py-alive-progress
  1097. misc/py-crudini
  1098. misc/py-datasets
  1099. misc/py-emoji
  1100. misc/py-ezc3d
  1101. misc/py-files-to-prompt
  1102. misc/py-huepy
  1103. misc/py-ipyfastscape
  1104. misc/py-laspy
  1105. misc/py-lightgbm
  1106. misc/py-lightning-utilities
  1107. misc/py-litellm
  1108. misc/py-llm
  1109. misc/py-llm-claude-3
  1110. misc/py-mixpanel
  1111. misc/py-npTDMS
  1112. misc/py-onnx
  1113. misc/py-onnxconverter-common
  1114. misc/py-openai
  1115. misc/py-openai-whisper
  1116. misc/py-optuna
  1117. misc/py-palettable
  1118. misc/py-pdd
  1119. misc/py-pexpect
  1120. misc/py-placekey
  1121. misc/py-posthog
  1122. misc/py-progressbar
  1123. misc/py-progressbar2
  1124. misc/py-pyprind
  1125. misc/py-pytorch-lightning
  1126. misc/py-scikit-quant
  1127. misc/py-sigopt
  1128. misc/py-spdx-tools
  1129. misc/py-synced-collections
  1130. misc/py-tflite
  1131. misc/py-timm-vis
  1132. misc/py-torch-geometric
  1133. misc/py-torchvision
  1134. misc/py-tqdm
  1135. misc/py-tvm
  1136. misc/py-wandb
  1137. misc/py-wurlitzer
  1138. multimedia/gpodder
  1139. multimedia/py-cec
  1140. multimedia/py-enzyme
  1141. multimedia/py-guessit
  1142. multimedia/py-knowit
  1143. multimedia/py-mido
  1144. multimedia/py-moviepy
  1145. multimedia/py-pymediainfo
  1146. multimedia/py-pysubs2
  1147. multimedia/py-python-mpv
  1148. multimedia/py-subliminal
  1149. multimedia/py-trakit
  1150. multimedia/streamlink
  1151. net/py-GeoIP2
  1152. net/py-aiohttp-socks
  1153. net/py-blobfile
  1154. net/py-casttube
  1155. net/py-err-backend-discord
  1156. net/py-err-backend-mattermost
  1157. net/py-errbot
  1158. net/py-errbot-backend-slackv3
  1159. net/py-geopy
  1160. net/py-greenstalk
  1161. net/py-matrix-synapse-ldap3
  1162. net/py-maxminddb
  1163. net/py-ndg-httpsclient
  1164. net/py-netaddr
  1165. net/py-oauth2
  1166. net/py-pychromecast
  1167. net/py-pynamecheap
  1168. net/py-pypcap
  1169. net/py-pyroute2
  1170. net/py-pyroute2.minimal
  1171. net/py-pyroute2.protocols
  1172. net/py-pyshark
  1173. net/py-pysimplesoap
  1174. net/py-pysocks
  1175. net/py-python-barbicanclient
  1176. net/py-python-cinderclient
  1177. net/py-python-designateclient
  1178. net/py-python-glanceclient
  1179. net/py-python-heatclient
  1180. net/py-python-ipware
  1181. net/py-python-keystoneclient
  1182. net/py-python-ldap
  1183. net/py-python-neutronclient
  1184. net/py-python-novaclient
  1185. net/py-python-openstackclient
  1186. net/py-python-socks
  1187. net/py-pyu2f
  1188. net/py-ripe.atlas.cousteau
  1189. net/py-ripe.atlas.sagan
  1190. net/py-ripe.atlas.tools
  1191. net/py-s3transfer
  1192. net/py-smart-open
  1193. net/py-smbprotocol
  1194. net/py-softlayer
  1195. net/py-suds
  1196. net/py-transip
  1197. net/py-trio
  1198. net/py-trio-websocket
  1199. net/py-uri-template
  1200. net/py-uritemplate
  1201. net/py-uritools
  1202. net/py-urlextract
  1203. net/py-urllib3
  1204. net/py-zeep
  1205. net/py-zeroconf
  1206. net/py-zope.proxy
  1207. net/scapy
  1208. net-im/gajim
  1209. net-im/py-apprise
  1210. net-im/py-mattermostdriver
  1211. net-im/py-nbxmpp
  1212. net-im/py-slack-sdk
  1213. net-im/py-slackeventsapi
  1214. net-mgmt/2ping
  1215. net-mgmt/py-adal
  1216. net-mgmt/py-ciscoconfparse
  1217. net-mgmt/py-ipy
  1218. net-mgmt/py-msrest
  1219. net-p2p/deluge-cli
  1220. news/py-pynzb
  1221. news/py-sabctools
  1222. ports-mgmt/fastest_pkg
  1223. ports-mgmt/py-nvchecker
  1224. ports-mgmt/py-pnu-portstreelint
  1225. print/py-collidoscope
  1226. print/py-dehinter
  1227. print/py-font-v
  1228. print/py-fontaine
  1229. print/py-fontbakery
  1230. print/py-fontparts
  1231. print/py-fontpens
  1232. print/py-fonttools
  1233. print/py-freetype-py
  1234. print/py-glyphsets
  1235. print/py-glyphtools
  1236. print/py-pycups
  1237. print/py-python-ly
  1238. print/py-relatorio
  1239. print/py-reportlab
  1240. print/py-ttfautohint-py
  1241. print/py-ufolib2
  1242. print/py-ufomerge
  1243. print/py-uharfbuzz
  1244. print/py-vharfbuzz
  1245. science/cantera
  1246. science/chemicalfun
  1247. science/gramps
  1248. science/py-HofstadterTools
  1249. science/py-access
  1250. science/py-arch
  1251. science/py-asdf
  1252. science/py-asdf-standard
  1253. science/py-asdf-transform-schemas
  1254. science/py-cdo
  1255. science/py-cfgrib
  1256. science/py-coards
  1257. science/py-dftd4
  1258. science/py-dipy
  1259. science/py-dwave-greedy
  1260. science/py-dwave-optimization
  1261. science/py-dwave-tabu
  1262. science/py-dwavebinarycsp
  1263. science/py-eccodes
  1264. science/py-esda
  1265. science/py-gemmi
  1266. science/py-geolinks
  1267. science/py-geomet
  1268. science/py-h5netcdf
  1269. science/py-h5py
  1270. science/py-icet
  1271. science/py-inequality
  1272. science/py-kinematics
  1273. science/py-liac-arff
  1274. science/py-libpysal
  1275. science/py-mercantile
  1276. science/py-meshio
  1277. science/py-mp-api
  1278. science/py-mplhep
  1279. science/py-mplhep-data
  1280. science/py-netcdf-flattener
  1281. science/py-nglview
  1282. science/py-pnetcdf
  1283. science/py-pupynere
  1284. science/py-pyaixi
  1285. science/py-pycsw
  1286. science/py-pygeodesy
  1287. science/py-pygeometa
  1288. science/py-pymatgen
  1289. science/py-pymatgen-analysis-alloys
  1290. science/py-pyphot
  1291. science/py-pyqubo
  1292. science/py-pyscf
  1293. science/py-pyteomics
  1294. science/py-sarpy
  1295. science/py-scikit-fuzzy
  1296. science/py-scikit-optimize
  1297. science/py-segregation
  1298. science/py-signac
  1299. science/py-sklearn-pandas
  1300. science/py-skrebate
  1301. science/py-spaghetti
  1302. science/py-symfc
  1303. science/py-tensorflow
  1304. science/py-tobler
  1305. science/py-trx-python
  1306. science/py-vedo
  1307. science/siconos
  1308. science/thermofun
  1309. security/denyhosts
  1310. security/nyx
  1311. security/pssh
  1312. security/py-SecretStorage
  1313. security/py-acme
  1314. security/py-argon2-cffi-bindings
  1315. security/py-artifacts
  1316. security/py-asyncssh
  1317. security/py-authlib
  1318. security/py-azure-keyvault-certificates
  1319. security/py-azure-keyvault-keys
  1320. security/py-azure-keyvault-secrets
  1321. security/py-badkeys
  1322. security/py-bcrypt
  1323. security/py-cert-human
  1324. security/py-certbot
  1325. security/py-certbot-apache
  1326. security/py-certbot-dns-cloudflare
  1327. security/py-certbot-dns-digitalocean
  1328. security/py-certbot-dns-dnsimple
  1329. security/py-certbot-dns-dnsmadeeasy
  1330. security/py-certbot-dns-gehirn
  1331. security/py-certbot-dns-google
  1332. security/py-certbot-dns-linode
  1333. security/py-certbot-dns-luadns
  1334. security/py-certbot-dns-nsone
  1335. security/py-certbot-dns-ovh
  1336. security/py-certbot-dns-rfc2136
  1337. security/py-certbot-dns-route53
  1338. security/py-certbot-dns-sakuracloud
  1339. security/py-certbot-nginx
  1340. security/py-certifi
  1341. security/py-certomancer
  1342. security/py-cryptography
  1343. security/py-cryptography-legacy
  1344. security/py-detect-secrets
  1345. security/py-dfdatetime
  1346. security/py-dfwinreg
  1347. security/py-ecdsa
  1348. security/py-flask-httpauth
  1349. security/py-google-auth
  1350. security/py-google-auth-httplib2
  1351. security/py-google-auth-oauthlib
  1352. security/py-gpg
  1353. security/py-httpx-auth
  1354. security/py-joserfc
  1355. security/py-jwcrypto
  1356. security/py-krb5
  1357. security/py-liboqs-python
  1358. security/py-m2crypto
  1359. security/py-netbox-secrets
  1360. security/py-oauthlib
  1361. security/py-omemo-dr
  1362. security/py-openssh-wrapper
  1363. security/py-oscrypto
  1364. security/py-pass-git-helper
  1365. security/py-plaso
  1366. security/py-pnu-certwatch
  1367. security/py-pnu-vuxml
  1368. security/py-pycryptodome
  1369. security/py-pycryptodomex
  1370. security/py-pyhanko
  1371. security/py-pyhanko-certvalidator
  1372. security/py-pykeepass
  1373. security/py-pymacaroons
  1374. security/py-pynacl
  1375. security/py-pyotp
  1376. security/py-pysodium
  1377. security/py-pyspnego
  1378. security/py-python-gnupg
  1379. security/py-python-jose
  1380. security/py-python-pkcs11
  1381. security/py-python3-openid
  1382. security/py-python3-saml
  1383. security/py-pywinrm
  1384. security/py-scramp
  1385. security/py-signedjson
  1386. security/py-social-auth-core
  1387. security/py-ssh-audit
  1388. security/py-sshpubkeys
  1389. security/py-tinyaes
  1390. security/py-tls-parser
  1391. security/py-tlslite-ng
  1392. security/py-vpn-slice
  1393. security/py-webauthn
  1394. security/py-xmlsec
  1395. security/sqlmap
  1396. shells/xonsh
  1397. sysutils/duplicity
  1398. sysutils/lfm
  1399. sysutils/podman-compose
  1400. sysutils/py-ansible-compat
  1401. sysutils/py-ansible-core
  1402. sysutils/py-ansible-lint
  1403. sysutils/py-ansible-runner
  1404. sysutils/py-borgmatic
  1405. sysutils/py-croniter
  1406. sysutils/py-diffoscope
  1407. sysutils/py-dirsync
  1408. sysutils/py-distro
  1409. sysutils/py-docker
  1410. sysutils/py-hcloud
  1411. sysutils/py-honcho
  1412. sysutils/py-liquidctl
  1413. sysutils/py-mqttwarn
  1414. sysutils/py-pkginfo
  1415. sysutils/py-psutil
  1416. sysutils/py-queuelib
  1417. sysutils/py-scandir
  1418. sysutils/s-tui
  1419. textproc/asciidoc
  1420. textproc/codespell
  1421. textproc/icdiff
  1422. textproc/json2yaml
  1423. textproc/py-TatSu
  1424. textproc/py-aeidon
  1425. textproc/py-ansi2html
  1426. textproc/py-arabic-reshaper
  1427. textproc/py-asciinema
  1428. textproc/py-autopep8
  1429. textproc/py-bistring
  1430. textproc/py-cchardet
  1431. textproc/py-chameleon
  1432. textproc/py-chardet
  1433. textproc/py-charset-normalizer
  1434. textproc/py-chevron
  1435. textproc/py-cloud_sptheme
  1436. textproc/py-cmarkgfm
  1437. textproc/py-docstring-to-markdown
  1438. textproc/py-dominate
  1439. textproc/py-elasticsearch
  1440. textproc/py-elasticsearch-async
  1441. textproc/py-elasticsearch6
  1442. textproc/py-emeraldtree
  1443. textproc/py-enrich
  1444. textproc/py-fasttext-predict
  1445. textproc/py-faust-cchardet
  1446. textproc/py-fluent.syntax
  1447. textproc/py-genshi
  1448. textproc/py-gensim
  1449. textproc/py-htmlmin2
  1450. textproc/py-ini2toml
  1451. textproc/py-interegular
  1452. textproc/py-langcodes
  1453. textproc/py-language-data
  1454. textproc/py-latexcodec
  1455. textproc/py-license-expression
  1456. textproc/py-linkify-it-py
  1457. textproc/py-markdown
  1458. textproc/py-markdown-include
  1459. textproc/py-markdownify
  1460. textproc/py-markuppy
  1461. textproc/py-markups
  1462. textproc/py-markupsafe
  1463. textproc/py-mdformat
  1464. textproc/py-mike
  1465. textproc/py-mistletoe
  1466. textproc/py-mistune
  1467. textproc/py-mistune0
  1468. textproc/py-mkdocs-git-revision-date-localized-plugin
  1469. textproc/py-mkdocs-macros-plugin
  1470. textproc/py-mkdocs-minify-plugin
  1471. textproc/py-mkdocs-rss-plugin
  1472. textproc/py-nbsphinx
  1473. textproc/py-nltk
  1474. textproc/py-normality
  1475. textproc/py-numpydoc
  1476. textproc/py-openstep-plist
  1477. textproc/py-os-api-ref
  1478. textproc/py-packageurl-python
  1479. textproc/py-pandoc-plantuml-filter
  1480. textproc/py-parse
  1481. textproc/py-parse-type
  1482. textproc/py-parsec
  1483. textproc/py-parsel
  1484. textproc/py-parsimonious
  1485. textproc/py-pdfminer.six
  1486. textproc/py-petl
  1487. textproc/py-pikepdf
  1488. textproc/py-pss
  1489. textproc/py-pyahocorasick
  1490. textproc/py-pyaml
  1491. textproc/py-pybtex
  1492. textproc/py-pybtex-docutils
  1493. textproc/py-pyexcel
  1494. textproc/py-pyexcel-ezodf
  1495. textproc/py-pyexcel-io
  1496. textproc/py-pyexcel-ods3
  1497. textproc/py-pyexcel-xls
  1498. textproc/py-pyexcel-xlsx
  1499. textproc/py-pyfzf
  1500. textproc/py-pygccxml
  1501. textproc/py-pylons-sphinx-themes
  1502. textproc/py-pypandoc
  1503. textproc/py-pyrss2gen
  1504. textproc/py-python-docx
  1505. textproc/py-python-lsp-jsonrpc
  1506. textproc/py-python-lsp-server
  1507. textproc/py-python-markdown-math
  1508. textproc/py-python-pptx
  1509. textproc/py-pyxlsb2
  1510. textproc/py-readthedocs-sphinx-ext
  1511. textproc/py-regex
  1512. textproc/py-rich-rst
  1513. textproc/py-scour
  1514. textproc/py-sense2vec
  1515. textproc/py-snowballstemmer
  1516. textproc/py-spacy
  1517. textproc/py-spacy-legacy
  1518. textproc/py-spacy-llm
  1519. textproc/py-spacy-loggers
  1520. textproc/py-sphinx-autoapi
  1521. textproc/py-sphinx-basic-ng
  1522. textproc/py-sphinx-copybutton
  1523. textproc/py-sphinx-gallery
  1524. textproc/py-sphinx-intl
  1525. textproc/py-sphinx-sitemap
  1526. textproc/py-sphinx-tabs
  1527. textproc/py-sphinxcontrib-adadomain
  1528. textproc/py-sphinxcontrib-autoprogram
  1529. textproc/py-sphinxcontrib-bibtex
  1530. textproc/py-sphinxcontrib-django
  1531. textproc/py-sphinxcontrib-spelling
  1532. textproc/py-sphinxcontrib-svg2pdfconverter
  1533. textproc/py-sphinxcontrib-towncrier
  1534. textproc/py-tableschema-to-template
  1535. textproc/py-tablib
  1536. textproc/py-text2digits
  1537. textproc/py-textdistance
  1538. textproc/py-tiktoken
  1539. textproc/py-toml
  1540. textproc/py-uc-micro-py
  1541. textproc/py-unicodeitplus
  1542. textproc/py-wasabi
  1543. textproc/py-wordcloud
  1544. textproc/py-wordninja
  1545. textproc/py-wtforms
  1546. textproc/py-xhtml2pdf
  1547. textproc/py-xlmmacrodeobfuscator
  1548. textproc/py-xlrd
  1549. textproc/py-xlrd2
  1550. textproc/py-xmldiff
  1551. textproc/py-xmlschema
  1552. textproc/py-yapf
  1553. textproc/py-youseedee
  1554. textproc/py-zope.i18nmessageid
  1555. textproc/translate-toolkit
  1556. textproc/xml2rfc
  1557. textproc/yq
  1558. www/buku
  1559. www/flexget
  1560. www/moin2
  1561. www/offpunk
  1562. www/py-aioh2
  1563. www/py-aiohttp
  1564. www/py-aiohttp-oauthlib
  1565. www/py-aiohttp_cors
  1566. www/py-aioquic
  1567. www/py-aioresponses
  1568. www/py-aiostream
  1569. www/py-arxiv
  1570. www/py-asgi-csrf
  1571. www/py-beaker
  1572. www/py-beautifulsoup
  1573. www/py-betamax
  1574. www/py-biscuits
  1575. www/py-bleach
  1576. www/py-bootstrap-flask
  1577. www/py-boto3
  1578. www/py-branca
  1579. www/py-caldav
  1580. www/py-calibreweb
  1581. www/py-channels
  1582. www/py-cheroot
  1583. www/py-cinemagoer
  1584. www/py-cssmin
  1585. www/py-cssutils
  1586. www/py-daphne
  1587. www/py-dash
  1588. www/py-dj-database-url
  1589. www/py-dj51-channels
  1590. www/py-dj51-django-allauth
  1591. www/py-dj51-django-auditlog
  1592. www/py-dj51-django-auth-ldap
  1593. www/py-dj51-django-cors-headers
  1594. www/py-dj51-django-htmx
  1595. www/py-dj51-django-prometheus
  1596. www/py-dj51-django-redis
  1597. www/py-dj51-django-rich
  1598. www/py-dj51-django-soft-delete
  1599. www/py-dj51-django-taggit
  1600. www/py-dj51-djangorestframework
  1601. www/py-dj51-drf-spectacular-sidecar
  1602. www/py-dj51-social-auth-app-django
  1603. www/py-dj52-channels
  1604. www/py-dj52-django-auth-ldap
  1605. www/py-dj52-django-cors-headers
  1606. www/py-dj52-django-htmx
  1607. www/py-dj52-django-prometheus
  1608. www/py-dj52-django-redis
  1609. www/py-dj52-django-rich
  1610. www/py-dj52-django-storages
  1611. www/py-dj52-django-taggit
  1612. www/py-dj52-djangorestframework
  1613. www/py-dj52-drf-spectacular-sidecar
  1614. www/py-dj52-social-auth-app-django
  1615. www/py-django-allauth
  1616. www/py-django-annoying
  1617. www/py-django-auditlog
  1618. www/py-django-auth-ldap
  1619. www/py-django-bleach
  1620. www/py-django-braces
  1621. www/py-django-cacheops
  1622. www/py-django-classy-tags
  1623. www/py-django-contact-form
  1624. www/py-django-cors-headers
  1625. www/py-django-crispy-forms
  1626. www/py-django-csp
  1627. www/py-django-hashid-field
  1628. www/py-django-haystack
  1629. www/py-django-htmx
  1630. www/py-django-jsonview
  1631. www/py-django-markdownx
  1632. www/py-django-model-utils
  1633. www/py-django-modelcluster
  1634. www/py-django-otp-yubikey
  1635. www/py-django-permissionedforms
  1636. www/py-django-picklefield
  1637. www/py-django-prometheus
  1638. www/py-django-pyscss
  1639. www/py-django-redis
  1640. www/py-django-registration
  1641. www/py-django-requests-debug-toolbar
  1642. www/py-django-rich
  1643. www/py-django-simple-history
  1644. www/py-django-soft-delete
  1645. www/py-django-storages
  1646. www/py-django-stubs-ext
  1647. www/py-django-taggit
  1648. www/py-django-tasks
  1649. www/py-django-tastypie
  1650. www/py-django-tinymce
  1651. www/py-django42
  1652. www/py-django51
  1653. www/py-django52
  1654. www/py-draftjs-exporter
  1655. www/py-drf-spectacular-sidecar
  1656. www/py-dropbox
  1657. www/py-enmerkar
  1658. www/py-fake-useragent
  1659. www/py-feedgenerator
  1660. www/py-flask-apscheduler
  1661. www/py-flask-bootstrap
  1662. www/py-flask-json
  1663. www/py-flask-marshmallow
  1664. www/py-flask-migrate
  1665. www/py-flask-moment
  1666. www/py-flask-script
  1667. www/py-flask-simpleldap
  1668. www/py-flask-socketio
  1669. www/py-flask-sphinx-themes
  1670. www/py-flask-wtf
  1671. www/py-folium
  1672. www/py-forcediphttpsadapter
  1673. www/py-free-proxy
  1674. www/py-ghp-import
  1675. www/py-google-api-core
  1676. www/py-google-cloud-appengine-logging
  1677. www/py-google-cloud-audit-log
  1678. www/py-google-cloud-bigquery-storage
  1679. www/py-google-cloud-bigtable
  1680. www/py-google-cloud-compute
  1681. www/py-google-cloud-core
  1682. www/py-google-cloud-datastore
  1683. www/py-google-cloud-dlp
  1684. www/py-google-cloud-logging
  1685. www/py-google-cloud-speech
  1686. www/py-google-cloud-storage
  1687. www/py-google-cloud-vision
  1688. www/py-google-resumable-media
  1689. www/py-grip
  1690. www/py-gunicorn
  1691. www/py-habanero
  1692. www/py-horizon
  1693. www/py-hstspreload
  1694. www/py-html5lib-modern
  1695. www/py-html5rdf
  1696. www/py-htmldate
  1697. www/py-httpbin
  1698. www/py-httptools
  1699. www/py-httpx-sse
  1700. www/py-hyperlink
  1701. www/py-klein
  1702. www/py-livereload
  1703. www/py-mechanicalsoup
  1704. www/py-multidict
  1705. www/py-pastedeploy
  1706. www/py-planet
  1707. www/py-priority
  1708. www/py-priority1
  1709. www/py-pygsheets
  1710. www/py-pyjwt
  1711. www/py-pylsqpack
  1712. www/py-pyocclient
  1713. www/py-pyramid-mako
  1714. www/py-pysmartdl
  1715. www/py-python-dotenv
  1716. www/py-pywebview-gtk
  1717. www/py-pywebview-qt
  1718. www/py-pywry
  1719. www/py-quilt3
  1720. www/py-requests
  1721. www/py-requests-aws4auth
  1722. www/py-requests-file
  1723. www/py-requests-futures
  1724. www/py-requests-gssapi
  1725. www/py-requests-mock
  1726. www/py-requests-oauthlib
  1727. www/py-requests-toolbelt
  1728. www/py-requests-wsgi-adapter
  1729. www/py-respx
  1730. www/py-rfc3987
  1731. www/py-scgi
  1732. www/py-simple-websocket
  1733. www/py-social-auth-app-django
  1734. www/py-spyne
  1735. www/py-sse-starlette
  1736. www/py-streamlit
  1737. www/py-swapper
  1738. www/py-textile
  1739. www/py-ticketutil
  1740. www/py-tornado
  1741. www/py-utidylib
  1742. www/py-wagtail
  1743. www/py-wagtail-2fa
  1744. www/py-wagtail-bakery
  1745. www/py-wagtail-factories
  1746. www/py-wagtail-transfer
  1747. www/py-waitress
  1748. www/py-webtest
  1749. www/py-woob
  1750. www/py-wsaccel
  1751. www/py-xandikos
  1752. www/py-xyzservices
  1753. www/py-yarl
  1754. www/qutebrowser
  1755. www/radicale
  1756. www/you-get
  1757. x11/py-pynput
  1758. x11/py-waypaper
  1759. x11/terminator
  1760. x11-fonts/py-FindSystemFontsFilename
  1761. x11-fonts/py-afdko
  1762. x11-fonts/py-axisregistry
  1763. x11-fonts/py-babelfont
  1764. x11-fonts/py-booleanOperations
  1765. x11-fonts/py-cffsubr
  1766. x11-fonts/py-fontfeatures
  1767. x11-fonts/py-gflanguages
  1768. x11-fonts/py-gfsubsets
  1769. x11-fonts/py-glyphsLib
  1770. x11-fonts/py-opentype-sanitizer
  1771. x11-fonts/py-opentypespec
  1772. x11-fonts/py-ufolint
  1773. x11-fonts/py-ufonormalizer
  1774. x11-fonts/py-ufoprocessor
  1775. x11-fonts/py-vfblib
  1776. x11-themes/wpgtk
  1777. x11-toolkits/py-customtkinter
  1778. x11-toolkits/py-magicgui
  1779. x11-toolkits/py-tkinter
  1780. x11-toolkits/py-tktreectrl
  1781. x11-wm/qtile
  1782. Collapse this list.

Deleted ports which required this port:

Expand this list of 81 deleted ports
  1. databases/datasette*
  2. databases/py-arrow*
  3. databases/py-caterva*
  4. databases/py-pgspecial1*
  5. databases/py-pgxnclient*
  6. databases/py-redis3*
  7. databases/py-redis4*
  8. deskutils/py-khard*
  9. deskutils/py-todoman*
  10. devel/py-atomicwrites*
  11. devel/py-fsspec-xrootd*
  12. devel/py-fusepy*
  13. devel/py-gcsfs*
  14. devel/py-jaraco.timing*
  15. devel/py-llfuse*
  16. devel/py-oletools*
  17. devel/py-pcodedmp*
  18. devel/py-prompt-toolkit1*
  19. devel/py-protobuf4*
  20. devel/py-pybind11210*
  21. devel/py-pyfakefs*
  22. devel/py-pyls-black*
  23. devel/py-pytest-runner*
  24. devel/py-pytest4*
  25. devel/py-python-pcre*
  26. devel/py-rapidfuzz2*
  27. devel/py-retype*
  28. devel/py-s3fs*
  29. dns/py-dnspython2*
  30. dns/py-idna_ssl*
  31. math/py-PyWavelets*
  32. math/py-blis07*
  33. math/py-spvcm*
  34. misc/py-spdx*
  35. misc/py-spdx-lookup*
  36. multimedia/ffsubsync*
  37. net-im/py-telepot*
  38. print/py-pypdf3*
  39. science/py-DendroPy*
  40. science/py-asdf-unit-schemas*
  41. science/py-pysal*
  42. security/py-oauth2client*
  43. security/py-pysaml26*
  44. sysutils/py-python-consul2*
  45. sysutils/py-upt-cpan*
  46. sysutils/py-upt-rubygems*
  47. textproc/py-grapheme*
  48. textproc/py-mistune2*
  49. textproc/py-pyhwp*
  50. textproc/py-pyjade*
  51. textproc/py-pytoml*
  52. textproc/py-trans*
  53. www/py-cookies*
  54. www/py-dj40-django-auth-ldap*
  55. www/py-dj41-django-auth-ldap*
  56. www/py-dj41-django-cors-headers*
  57. www/py-dj41-django-rich*
  58. www/py-dj42-django-allauth*
  59. www/py-dj42-django-auditlog*
  60. www/py-dj42-django-auth-ldap*
  61. www/py-dj42-django-cors-headers*
  62. www/py-dj42-django-crispy-forms*
  63. www/py-dj42-django-modelcluster*
  64. www/py-dj42-django-permissionedforms*
  65. www/py-dj42-django-rich*
  66. www/py-dj50-channels*
  67. www/py-dj50-django-auth-ldap*
  68. www/py-dj50-django-cors-headers*
  69. www/py-dj50-django-htmx*
  70. www/py-dj50-django-prometheus*
  71. www/py-dj50-django-rich*
  72. www/py-dj50-django-taggit*
  73. www/py-dj50-djangorestframework*
  74. www/py-dj50-drf-spectacular-sidecar*
  75. www/py-django32*
  76. www/py-django50*
  77. www/py-instabot*
  78. www/py-jsonfield*
  79. www/py-pydrive2*
  80. www/py-tornado4*
  81. www/py-tornado5*
  82. Collapse this list of deleted ports.
for Run
  1. archivers/py-python-rpm-packaging
  2. audio/py-pyradio
  3. audio/py-soundscrape
  4. comms/py-hidapi
  5. devel/py-astunparse
  6. devel/py-e3-core
  7. devel/py-johnnydep
Expand this list (27 items / 20 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. devel/py-jupyter-packaging
  3. devel/py-pex
  4. devel/py-pip-shims
  5. devel/py-pip-tools
  6. devel/py-pyinstaller
  7. devel/py-pyinstaller-hooks-contrib
  8. devel/py-pytest-drop-dup-tests
  9. devel/py-scikit-build
  10. devel/py-setuptools58
  11. devel/thonny
  12. science/py-tensorflow
  13. security/py-angr
  14. security/py-bcrypt
  15. sysutils/py-azure-cli-core
  16. textproc/py-readthedocs-sphinx-ext
  17. textproc/py-sphinx-sitemap
  18. textproc/py-sphinxcontrib-svg2pdfconverter
  19. textproc/py-wtforms
  20. www/qutebrowser
  21. Collapse this list.

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. textproc/py-pyhwp*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
devel_py-wheel
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/w/wheel/
  2. https://pypi.org/packages/source/w/wheel/
Collapse this list.

Number of commits found: 37

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.45.1
04 May 2025 00:17:51
commit hash: 3d836b2bf312553993d0520cc0a0739fe9d598facommit hash: 3d836b2bf312553993d0520cc0a0739fe9d598facommit hash: 3d836b2bf312553993d0520cc0a0739fe9d598facommit hash: 3d836b2bf312553993d0520cc0a0739fe9d598fa files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
devel/py-wheel044: move under setuptools vendor directory

Only possible because setuptools already vendors its own circular
dependencies. The site/path configuration is such that this always
follows ${PYTHON_SITELIBDIR}, so anything there always takes
precedence.

PR: 285997
0.45.1
13 Apr 2025 16:34:06
commit hash: d29fc7825c6e4d5a3e04355fbc72f6b957d15b22commit hash: d29fc7825c6e4d5a3e04355fbc72f6b957d15b22commit hash: d29fc7825c6e4d5a3e04355fbc72f6b957d15b22commit hash: d29fc7825c6e4d5a3e04355fbc72f6b957d15b22 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/py-wheel{,044}: Add CONFLICTS_INSTALL

PR:		285997
0.45.1
04 Apr 2025 14:13:15
commit hash: 052008a6158cfb1f63a7c8aaee6721cad1f81d6acommit hash: 052008a6158cfb1f63a7c8aaee6721cad1f81d6acommit hash: 052008a6158cfb1f63a7c8aaee6721cad1f81d6acommit hash: 052008a6158cfb1f63a7c8aaee6721cad1f81d6a files touched by this commit
Nicola Vitale (nivit) search for other commits by this committer
Revert "devel/py-wheel: Update to 0.46.0"

This reverts commit 5fb2e77633ac8edcac7cb304379c633c48248c16.

Version 0.46.0 was yanked upstream due to incompatibility with
devel/setuptools. See:

https://github.com/pypa/wheel/issues/659#issuecomment-2775314712

Reported by:	otis, vishwin (via email)
0.46.0
04 Apr 2025 07:32:56
commit hash: 5fb2e77633ac8edcac7cb304379c633c48248c16commit hash: 5fb2e77633ac8edcac7cb304379c633c48248c16commit hash: 5fb2e77633ac8edcac7cb304379c633c48248c16commit hash: 5fb2e77633ac8edcac7cb304379c633c48248c16 files touched by this commit
Nicola Vitale (nivit) search for other commits by this committer
devel/py-wheel: Update to 0.46.0

Release changes:	https://github.com/pypa/wheel/releases/tag/0.46.0
Reported by:	"github-actions[bot]" <notifications@github.com>
0.45.1
24 Nov 2024 11:05:35
commit hash: 5a5b35023f2b5c1d1608711d540aac6be1496c75commit hash: 5a5b35023f2b5c1d1608711d540aac6be1496c75commit hash: 5a5b35023f2b5c1d1608711d540aac6be1496c75commit hash: 5a5b35023f2b5c1d1608711d540aac6be1496c75 files touched by this commit
Nicola Vitale (nivit) search for other commits by this committer
devel/py-wheel: Update to 0.45.1

Releaase changes:	https://github.com/pypa/wheel/releases/tag/0.45.1
Reported by:	"github-actions[bot]" <notifications@github.com>
0.45.0
09 Nov 2024 10:02:58
commit hash: e82cc38e96771906f38887c1e41fe2fbaa185d31commit hash: e82cc38e96771906f38887c1e41fe2fbaa185d31commit hash: e82cc38e96771906f38887c1e41fe2fbaa185d31commit hash: e82cc38e96771906f38887c1e41fe2fbaa185d31 files touched by this commit
Nicola Vitale (nivit) search for other commits by this committer
devel/py-wheel: Update to 0.45.0

Release changes:	https://github.com/pypa/wheel/releases/tag/0.45.0
Reported by:	"github-actions[bot]" <notifications@github.com>
0.44.0
04 Aug 2024 15:34:47
commit hash: 770de646c2303bb049e8df3f19d6e00f7d03f515commit hash: 770de646c2303bb049e8df3f19d6e00f7d03f515commit hash: 770de646c2303bb049e8df3f19d6e00f7d03f515commit hash: 770de646c2303bb049e8df3f19d6e00f7d03f515 files touched by this commit
Nicola Vitale (nivit) search for other commits by this committer
devel/py-wheel: Update to 0.44.0

Release changes:	https://github.com/pypa/wheel/releases/tag/0.44.0
Reported by:	github-actions[bot] <notifications@github.com>
0.43.0
12 Mar 2024 08:46:22
commit hash: b35eb3652ae14d27500d7b300cb21f1b107e158bcommit hash: b35eb3652ae14d27500d7b300cb21f1b107e158bcommit hash: b35eb3652ae14d27500d7b300cb21f1b107e158bcommit hash: b35eb3652ae14d27500d7b300cb21f1b107e158b files touched by this commit
Nicola Vitale (nivit) search for other commits by this committer
devel/py-wheel: Update to 0.43.0

Release changes: https://github.com/pypa/wheel/releases/tag/0.43.0
Reported by: github-actions[bot] <notifications@github.com>
0.42.0
26 Nov 2023 17:09:55
commit hash: 034c76ec756563a317f6b0d9f02bec0934debedbcommit hash: 034c76ec756563a317f6b0d9f02bec0934debedbcommit hash: 034c76ec756563a317f6b0d9f02bec0934debedbcommit hash: 034c76ec756563a317f6b0d9f02bec0934debedb files touched by this commit
Nicola Vitale (nivit) search for other commits by this committer
devel/py-wheel: Update to 0.42.0

Release notes:	https://github.com/pypa/wheel/releases/tag/0.42.0
Reported by:	github-actions[bot] <notifications@github.com>
0.41.3
30 Oct 2023 15:55:53
commit hash: 45684e0b25afdf50b6e2dcd9b9975584ce0b1359commit hash: 45684e0b25afdf50b6e2dcd9b9975584ce0b1359commit hash: 45684e0b25afdf50b6e2dcd9b9975584ce0b1359commit hash: 45684e0b25afdf50b6e2dcd9b9975584ce0b1359 files touched by this commit
Nicola Vitale (nivit) search for other commits by this committer
devel/py-wheel: Update to 0.41.3

Release notes:	https://github.com/pypa/wheel/releases/tag/0.41.3
Reported by:	github-actions[bot] <notifications@github.com>
0.41.2
06 Sep 2023 12:19:10
commit hash: 003f79d032296c39a8a1878c4fba30fc8604d9bccommit hash: 003f79d032296c39a8a1878c4fba30fc8604d9bccommit hash: 003f79d032296c39a8a1878c4fba30fc8604d9bccommit hash: 003f79d032296c39a8a1878c4fba30fc8604d9bc files touched by this commit
Nicola Vitale (nivit) search for other commits by this committer
devel/py-wheel: Update to 0.41.2
0.41.0
23 Jul 2023 06:44:54
commit hash: efbc46507835b247e96392e75eb66301b9bf8ddecommit hash: efbc46507835b247e96392e75eb66301b9bf8ddecommit hash: efbc46507835b247e96392e75eb66301b9bf8ddecommit hash: efbc46507835b247e96392e75eb66301b9bf8dde files touched by this commit
Nicola Vitale (nivit) search for other commits by this committer
devel/py-wheel: Update to 0.41.0

Release changes: https://wheel.readthedocs.io/en/stable/news.html
0.40.0_1
04 Apr 2023 18:29:11
commit hash: 1730e97e049085a8fe5536788d214cbfc4eb3123commit hash: 1730e97e049085a8fe5536788d214cbfc4eb3123commit hash: 1730e97e049085a8fe5536788d214cbfc4eb3123commit hash: 1730e97e049085a8fe5536788d214cbfc4eb3123 files touched by this commit
Antoine Brodin (antoine) search for other commits by this committer
USE_PYTHON=pep517: bump PORTREVISION
0.40.0
30 Mar 2023 08:45:15
commit hash: 944980be0a799110b9a402cea8b5be8bef31d75dcommit hash: 944980be0a799110b9a402cea8b5be8bef31d75dcommit hash: 944980be0a799110b9a402cea8b5be8bef31d75dcommit hash: 944980be0a799110b9a402cea8b5be8bef31d75d files touched by this commit
Nicola Vitale (nivit) search for other commits by this committer
devel/py-wheel: Update to 0.40.0

- Use devel/py-flit-core as build dependency to conform to PEP517
- Remove all options (SIGNATURE, PIP) due to circular dependencies.

PR:		270243
Reported by:	vishwin
Differential Revision:	https://reviews.freebsd.org/D39095
0.38.4
11 Jan 2023 15:58:34
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
0.38.4
22 Dec 2022 13:49:59
commit hash: 63476029ed362a75484925a4a3425517b262849bcommit hash: 63476029ed362a75484925a4a3425517b262849bcommit hash: 63476029ed362a75484925a4a3425517b262849bcommit hash: 63476029ed362a75484925a4a3425517b262849b files touched by this commit
Nicola Vitale (nivit) search for other commits by this committer
devel/py-wheel: Fix extraction when cross-building the port

Override EXTRACT_CMD and pass the variable LC_ALL to fix the extraction
of the distfile.
The build fails when cross-building the port with the following error:

=> SHA256 Checksum OK for wheel-0.38.4.tar.gz.
tar: Pathname can't be converted from UTF-8 to current locale.
tar: Error exit delayed from previous errors.

PR:		268500
Reported by:	<bas@area536.com>
0.38.4
18 Nov 2022 10:08:57
commit hash: 8dde48e400d6fbfcbce001b26b482879acab5ce1commit hash: 8dde48e400d6fbfcbce001b26b482879acab5ce1commit hash: 8dde48e400d6fbfcbce001b26b482879acab5ce1commit hash: 8dde48e400d6fbfcbce001b26b482879acab5ce1 files touched by this commit
Nicola Vitale (nivit) search for other commits by this committer
devel/py-wheel: update to 0.38.4
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.36.2
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.36.2
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.36.2
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.36.2
12 Mar 2021 14:38:43
Revision:568180Original commit files touched by this commit
nivit search for other commits by this committer
devel/py-wheel: update to 0.36.2

Add NO_ARCH variable.  [1]
Update WWW URL in pkg-descr.  [1]

Changes:	https://wheel.readthedocs.io/en/stable/news.html
PR:	248836  [1]
Submitted by:	thierry
0.30.0_1
03 Jan 2021 09:11:52
Revision:559997Original commit files touched by this commit
antoine search for other commits by this committer
Remove python 2.7 support from a few ports
0.30.0_1
06 Nov 2020 12:54:28
Revision:554293Original commit files touched by this commit
fluffy search for other commits by this committer
devel/py-wheel: depend on flavored py-pip

PR:		250333
Submitted by:	fluffy
Approved by:	maintainer timeout
0.30.0_1
18 Sep 2019 20:24:00
Revision:512289Original commit files touched by this commit
yuri search for other commits by this committer
devel/py-wheel: Add USE_PYTHON=concurrent to avoi conflicts between python
versions.

Approved by:	portmgr blanket (avoid install failures)
0.30.0
20 Jun 2018 17:05:44
Revision:472884Original commit files touched by this commit
mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
0.30.0
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.30.0
12 Sep 2017 08:24:03
Revision:449676Original commit files touched by this commit
nivit search for other commits by this committer
- Update to 0.30.0
0.29.0
26 Apr 2016 08:29:42
Revision:414038Original commit files touched by this commit
nivit search for other commits by this committer
- Update to 0.29.0
- Add security/ed25519ll to run dependencies when digital signature is enabled
- Update web site URL
0.24.0
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
0.24.0
17 Aug 2015 14:20:41
Revision:394508Original commit files touched by this commit
mat search for other commits by this committer
Remove UNIQUENAME and LATEST_LINK.

UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
0.24.0
20 Oct 2014 16:04:14
Revision:371280Original commit files touched by this commit
mva search for other commits by this committer
- Convert ports of devel/ to USES=python

Approved by:	portmgr (implicit)
0.24.0
14 Jul 2014 23:48:14
Revision:361841Original commit files touched by this commit
nivit search for other commits by this committer
- Update to 0.24.0
- Sort variables
- Use option helpers
- Remove devel/py-dirspec from run-dependencies
0.21.0_1
06 Mar 2014 15:02:11
Revision:347241Original commit files touched by this commit
miwi search for other commits by this committer
- Stage support
0.21.0_1
19 Feb 2014 08:07:35
Revision:345012Original commit files touched by this commit
miwi search for other commits by this committer
- Stage support
- Convert to autoplist
- Bump PORTREVISION
0.21.0
20 Sep 2013 17:13:47
Revision:327724Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
0.21.0
26 Jul 2013 15:15:10
Revision:323732Original commit files touched by this commit
nivit search for other commits by this committer
A built-package format for Python.

A wheel is a ZIP-format archive with a specially formatted filename and the
.whl extension. It is designed to contain all the files for a PEP 376
compatible install in a way that is very close to the on-disk format.
Many packages will be properly installed with only the "Unpack" step (simply
extracting the file onto sys.path), and the unpacked archive preserves enough
information to "Spread" (copy data and scripts to their final locations)
at any later time.

The wheel project provides a bdist_wheel command for setuptools (requires
setuptools >= 0.8.0). Wheel files can be installed with a newer pip from
https://github.com/pypa/pip or with wheel's own command line utility.

WWW: http://bitbucket.org/dholth/wheel/

Build logs:	http://goo.gl/fNXhY1

Number of commits found: 37