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
2024-11-06 Today brought in a new category: filesystems. Sadly, the website did not process it well. I am working on that. It may take a few days.
2024-11-07 Commit processing is halted. I have a fix for the new category. It is making its way through the system.
UPDATE: the backend is processing the original filesystems commit now. It should take about an hour.
UPDATE: as of 20:30 UTC, the filesystems commit has been processed. Commit processing is now up to date.
Port details
py-wheel Built-package format for Python
0.45.0 devel on this many watch lists=11 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.44.0Version 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: 2024-11-09 10:02:58
Commit Hash: e82cc38
People watching this port, also watch:: p5-Text-Unidecode, libxml2, autoconf, indexinfo, ninja
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
  • py310: py310-wheel
  • py39: py39-wheel
  • py38: py38-wheel
distinfo:
TIMESTAMP = 1731146145 SHA256 (wheel-0.45.0.tar.gz) = a57353941a3183b3d5365346b567a260a0602a0f8a635926a7dede41b94c674a SIZE (wheel-0.45.0.tar.gz) = 107426

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

Deleted ports which required this port:

Expand this list of 31 deleted ports
  1. databases/py-arrow*
  2. databases/py-caterva*
  3. databases/py-redis4*
  4. devel/py-fsspec-xrootd*
  5. devel/py-fusepy*
  6. devel/py-gcsfs*
  7. devel/py-jaraco.timing*
  8. devel/py-llfuse*
  9. devel/py-pybind11210*
  10. devel/py-pyfakefs*
  11. devel/py-rapidfuzz2*
  12. devel/py-retype*
  13. devel/py-s3fs*
  14. dns/py-dnspython2*
  15. math/py-PyWavelets*
  16. science/py-asdf-unit-schemas*
  17. textproc/py-pyhwp*
  18. www/py-cookies*
  19. www/py-dj40-django-auth-ldap*
  20. www/py-dj41-django-auth-ldap*
  21. www/py-dj41-django-cors-headers*
  22. www/py-dj41-django-rich*
  23. www/py-dj42-django-allauth*
  24. www/py-dj42-django-auditlog*
  25. www/py-dj42-django-auth-ldap*
  26. www/py-dj42-django-cors-headers*
  27. www/py-dj42-django-crispy-forms*
  28. www/py-dj42-django-modelcluster*
  29. www/py-dj42-django-permissionedforms*
  30. www/py-dj42-django-rich*
  31. www/py-django32*
  32. 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-johnnydep
  7. devel/py-jupyter-packaging
Expand this list (25 items / 18 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. devel/py-pex
  3. devel/py-pip-shims
  4. devel/py-pip-tools
  5. devel/py-pyinstaller
  6. devel/py-pyinstaller-hooks-contrib
  7. devel/py-pytest-drop-dup-tests
  8. devel/py-scikit-build
  9. devel/py-setuptools58
  10. devel/thonny
  11. science/py-tensorflow
  12. security/py-angr
  13. sysutils/py-azure-cli-core
  14. textproc/py-readthedocs-sphinx-ext
  15. textproc/py-sphinx-sitemap
  16. textproc/py-sphinxcontrib-svg2pdfconverter
  17. textproc/py-wtforms
  18. www/qutebrowser
  19. 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: 32

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
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: 32