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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-xdis Cross-Python bytecode Disassembler and Marshal routines
6.0.5 devel on this many watch lists=0 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 6.0.5Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2018-01-21 16:09:50
Last Update: 2023-06-27 19:34:34
Commit Hash: 3d9a815
Also Listed In: python
License: GPLv2+
WWW:
https://github.com/rocky/python-xdis
Description:
The Python dis module allows you to disassemble bytecode from the same version of Python that you are running on. But what about bytecode from different versions? That's what this package is for. It can "marshal load" Python bytecodes from different versions of Python. The command-line routine pydisasm will show disassembly output using Python 3.6 disassembly conventions. Also, if you need to modfiy and write bytecode, the routines here can be of help. There are routines to pack and unpack the read-only tuples in Python's Code type. For interoperability between Python 2 and 3 we provide our own versions of the Code type, and we provide routines to reduce the tedium in writing a bytecode file. This package also has an extensive knowledge of Python bytecode magic numbers, including Pypy and others, and how to translate from sys_info major, minor, and release numbers to the corresponding magic value. So If you want to write a cross-version assembler, or an bytecode-level optimizer this package may also be useful. In addition to the kinds of instruction categorization that dis offers, we have additional categories for things that would be useful in such a bytecode optimizer.
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}xdis>0:devel/py-xdis@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-xdis/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-xdis
  • pkg install py39-xdis
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 py39-xdis listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-xdis
Package flavors (<flavor>: <package>)
  • py39: py39-xdis
distinfo:
TIMESTAMP = 1674589918 SHA256 (xdis-6.0.5.tar.gz) = c591e10f9c362caf889048d8af8167233d31705119d4a967a2b939754ad9b6c1 SIZE (xdis-6.0.5.tar.gz) = 372826

Packages (timestamps in pop-ups are UTC):
py37-xdis
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--5.0.6---5.0.6-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 

py39-xdis
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest6.0.56.0.5-6.0.56.0.5---
FreeBSD:13:quarterly6.0.56.0.56.0.56.0.56.0.56.0.56.0.56.0.5
FreeBSD:14:latest6.0.56.0.56.0.46.0.56.0.56.0.5-6.0.5
FreeBSD:14:quarterly6.0.56.0.5-6.0.56.0.56.0.56.0.56.0.5
FreeBSD:15:latest6.0.56.0.5n/a6.0.5n/a6.0.56.0.56.0.5
FreeBSD:15:quarterly--n/a-n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
Test dependencies:
  1. py39-pytest>=0 : devel/py-pytest@py39
  2. python3.9 : lang/python39
Runtime dependencies:
  1. py39-click>=0 : devel/py-click@py39
  2. py39-six>=1.10.0 : devel/py-six@py39
  3. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  4. python3.9 : lang/python39
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_py-xdis
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/x/xdis/
  2. https://pypi.org/packages/source/x/xdis/
Collapse this list.

Number of commits found: 64

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
6.0.5
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
6.0.5
30 Jan 2023 13:00:05
commit hash: 8e9179b172e479b3f1bb71ee183b21409a1e792dcommit hash: 8e9179b172e479b3f1bb71ee183b21409a1e792dcommit hash: 8e9179b172e479b3f1bb71ee183b21409a1e792dcommit hash: 8e9179b172e479b3f1bb71ee183b21409a1e792d files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-xdis: Update to 6.0.5

Changes:	https://github.com/rocky/python-xdis/releases
6.0.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
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)
6.0.4
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)
6.0.4
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)
6.0.4
22 May 2022 04:37:27
commit hash: 9900b350c5f8ec52ab738a183c59371908701ec7commit hash: 9900b350c5f8ec52ab738a183c59371908701ec7commit hash: 9900b350c5f8ec52ab738a183c59371908701ec7commit hash: 9900b350c5f8ec52ab738a183c59371908701ec7 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-xdis: Update to 6.0.4

Changes:	https://github.com/rocky/python-xdis/releases
6.0.3
28 Feb 2022 12:46:19
commit hash: ba9500358cd88fb78f6041133b59d96cb08a922fcommit hash: ba9500358cd88fb78f6041133b59d96cb08a922fcommit hash: ba9500358cd88fb78f6041133b59d96cb08a922fcommit hash: ba9500358cd88fb78f6041133b59d96cb08a922f files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-xdis: Update to 6.0.3

Changes:	https://github.com/rocky/python-xdis/releases
5.0.13
27 Sep 2021 15:55:59
commit hash: 677f24857ee5a980e1dc972890fabcef5772c422commit hash: 677f24857ee5a980e1dc972890fabcef5772c422commit hash: 677f24857ee5a980e1dc972890fabcef5772c422commit hash: 677f24857ee5a980e1dc972890fabcef5772c422 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-xdis: Update to 5.0.13

Changes:	https://github.com/rocky/python-xdis/releases
5.0.12
21 Sep 2021 03:44:45
commit hash: 359ab5a39c1f0f8daa6233c0c7067574a53a61a4commit hash: 359ab5a39c1f0f8daa6233c0c7067574a53a61a4commit hash: 359ab5a39c1f0f8daa6233c0c7067574a53a61a4commit hash: 359ab5a39c1f0f8daa6233c0c7067574a53a61a4 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-xdis: Update to 5.0.12

Changes:	https://github.com/rocky/python-xdis/releases
5.0.11
06 Jul 2021 19:17:01
commit hash: b2ff6c36a005e761d8e9b0f2ba7911aae80a0c5ccommit hash: b2ff6c36a005e761d8e9b0f2ba7911aae80a0c5ccommit hash: b2ff6c36a005e761d8e9b0f2ba7911aae80a0c5ccommit hash: b2ff6c36a005e761d8e9b0f2ba7911aae80a0c5c files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-xdis: Update to 5.0.11

Changes:	https://github.com/rocky/python-xdis/releases
5.0.10
20 Jun 2021 16:16:02
commit hash: 7d48f079ad2fcb230c9f6d0489eb8a6bf5cf2a0bcommit hash: 7d48f079ad2fcb230c9f6d0489eb8a6bf5cf2a0bcommit hash: 7d48f079ad2fcb230c9f6d0489eb8a6bf5cf2a0bcommit hash: 7d48f079ad2fcb230c9f6d0489eb8a6bf5cf2a0b files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-xdis: Update to 5.0.10

Changes:	https://github.com/rocky/python-xdis/releases
5.0.9
25 Apr 2021 20:35:30
commit hash: 29f53f15f41c40db8c3d60f60ab8778af5fd2ff8commit hash: 29f53f15f41c40db8c3d60f60ab8778af5fd2ff8commit hash: 29f53f15f41c40db8c3d60f60ab8778af5fd2ff8commit hash: 29f53f15f41c40db8c3d60f60ab8778af5fd2ff8 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-xdis: Update to 5.0.9

Changes:	https://github.com/rocky/python-xdis/releases
5.0.8
18 Apr 2021 05:43:40
commit hash: 81c126187623a8a07864d8bfc9277635db735706commit hash: 81c126187623a8a07864d8bfc9277635db735706commit hash: 81c126187623a8a07864d8bfc9277635db735706commit hash: 81c126187623a8a07864d8bfc9277635db735706 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-xdis: Update to 5.0.8

Changes:	https://github.com/rocky/python-xdis/releases
5.0.7
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.
5.0.7
26 Jan 2021 17:28:35
Revision:562812Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 5.0.7

- Update WWW

Changes:	https://github.com/rocky/python-xdis/releases
5.0.6
10 Jan 2021 23:13:46
Revision:561144Original commit files touched by this commit
sunpoet search for other commits by this committer
Fix BUILD_DEPENDS
5.0.6
28 Dec 2020 23:02:15
Revision:559531Original commit files touched by this commit
antoine search for other commits by this committer
Drop python 2.7 support from a few ports

With hat:	portmgr
5.0.6
19 Dec 2020 20:10:13
Revision:558534Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 5.0.6

Changes:	https://github.com/rocky/python-xdis/releases
5.0.5
08 Nov 2020 17:20:14
Revision:554545Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 5.0.5

Changes:	https://github.com/rocky/python-xdis/releases
5.0.4
05 Sep 2020 10:10:10
Revision:547626Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 5.0.4

Changes:	https://github.com/rocky/python-xdis/releases
5.0.3
08 Aug 2020 10:20:13
Revision:544420Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 5.0.3

Changes:	https://github.com/rocky/python-xdis/releases
5.0.2
30 Jul 2020 09:51:16
Revision:543753Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 5.0.2

Changes:	https://github.com/rocky/python-xdis/releases
5.0.1
08 Jul 2020 19:01:26
Revision:541561Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 5.0.1

Changes:	https://github.com/rocky/python-xdis/releases
5.0.0
29 Jun 2020 16:15:57
Revision:540792Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 5.0.0

Changes:	https://github.com/rocky/python-xdis/releases
4.7.0
15 Jun 2020 18:49:23
Revision:539000Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.7.0

Changes:	https://github.com/rocky/python-xdis/releases
4.6.1
31 May 2020 18:17:48
Revision:537189Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.6.1

Changes:	https://github.com/rocky/python-xdis/releases
4.6.0
21 May 2020 04:58:50
Revision:536053Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.6.0

Changes:	https://github.com/rocky/python-xdis/releases
4.5.1
02 May 2020 01:38:47
Revision:533632Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.5.1

Changes:	https://github.com/rocky/python-xdis/releases
4.2.4
31 Mar 2020 23:03:31
Revision:530068Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.2.4

Changes:	https://github.com/rocky/python-xdis/releases
4.2.3
28 Mar 2020 12:54:08
Revision:529415Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.2.3

Changes:	https://github.com/rocky/python-xdis/releases
4.2.2
29 Dec 2019 12:55:19
Revision:521323Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.2.2

Changes:	https://github.com/rocky/python-xdis/releases
		https://github.com/rocky/python-xdis/blob/master/NEWS.md
4.2.1
28 Dec 2019 07:31:00
Revision:521091Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.2.1

Changes:	https://github.com/rocky/python-xdis/releases
		https://github.com/rocky/python-xdis/blob/master/NEWS.md
4.2.0
12 Dec 2019 13:46:09
Revision:519899Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.2.0

Changes:	https://github.com/rocky/python-xdis/releases
		https://github.com/rocky/python-xdis/blob/master/NEWS.md
4.1.3
08 Dec 2019 17:03:23
Revision:519416Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.1.3

Changes:	https://github.com/rocky/python-xdis/releases
		https://github.com/rocky/python-xdis/blob/master/NEWS.md
4.1.2
31 Oct 2019 14:49:44
Revision:516153Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.1.2

Changes:	https://github.com/rocky/python-xdis/releases
		https://github.com/rocky/python-xdis/blob/master/NEWS.md
4.1.1
30 Oct 2019 15:40:59
Revision:516067Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.1.1

Changes:	https://github.com/rocky/python-xdis/releases
		https://github.com/rocky/python-xdis/blob/master/NEWS.md
4.1.0
20 Oct 2019 17:11:37
Revision:514942Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.1.0

Changes:	https://github.com/rocky/python-xdis/releases
		https://github.com/rocky/python-xdis/blob/master/NEWS.md
4.0.4
03 Oct 2019 19:27:29
Revision:513716Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.0.4

Changes:	https://github.com/rocky/python-xdis/releases
		https://github.com/rocky/python-xdis/blob/master/NEWS.md
4.0.3
27 Jul 2019 11:54:42
Revision:507407Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.0.3

Changes:	https://github.com/rocky/python-xdis/releases
		https://github.com/rocky/python-xdis/blob/master/NEWS.md
4.0.2
13 Jun 2019 15:48:59
Revision:504107Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.0.2

Changes:	https://github.com/rocky/python-xdis/releases
		https://github.com/rocky/python-xdis/blob/master/NEWS.md
4.0.1
12 May 2019 20:10:05
Revision:501475Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.0.1

Changes:	https://github.com/rocky/python-xdis/releases
		https://github.com/rocky/python-xdis/blob/master/NEWS.md
4.0.0
10 Apr 2019 20:28:51
Revision:498588Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.0.0

Changes:	https://github.com/rocky/python-xdis/releases
		https://github.com/rocky/python-xdis/blob/master/NEWS.md
3.9.1_1
10 Apr 2019 06:18:32
Revision:498530Original commit files touched by this commit
antoine search for other commits by this committer
Bump a few PORTREVISIONs after r498529

With hat:	portmgr
3.9.1
05 Apr 2019 22:44:09
Revision:498013Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.9.1

Changes:	https://github.com/rocky/python-xdis/releases
		https://github.com/rocky/python-xdis/blob/master/NEWS.md
3.8.10
10 Mar 2019 10:58:18
Revision:495257Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.8.10

Changes:	https://github.com/rocky/python-xdis/blob/master/NEWS
3.8.9
01 Jan 2019 20:36:41
Revision:489002Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.8.9

Changes:	https://github.com/rocky/python-xdis/blob/master/NEWS
3.8.8
21 Oct 2018 16:49:15
Revision:482685Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.8.8

Changes:	https://github.com/rocky/python-xdis/blob/master/NEWS
3.8.7
20 Aug 2018 22:14:28
Revision:477679Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.8.7

Changes:	https://github.com/rocky/python-xdis/blob/master/NEWS
3.8.6
29 Jul 2018 19:17:18
Revision:475753Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.8.6

Changes:	https://github.com/rocky/python-xdis/blob/master/NEWS
3.8.4
24 Jun 2018 20:18:14
Revision:473244Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.8.4

Changes:	https://github.com/rocky/python-xdis/blob/master/NEWS
3.8.3
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
3.8.3
05 Jun 2018 18:55:30
Revision:471777Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.8.3

Changes:	https://github.com/rocky/python-xdis/blob/master/NEWS
3.8.2
19 May 2018 11:06:52
Revision:470383Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.8.2

Changes:	https://github.com/rocky/python-xdis/blob/master/NEWS
3.8.1
25 Apr 2018 16:42:38
Revision:468282Original commit files touched by this commit
amdmi3 search for other commits by this committer
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.

Approved by:	portmgr blanket, mat
3.8.1
17 Apr 2018 19:15:15
Revision:467626Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.8.1

Changes:	https://github.com/rocky/python-xdis/blob/master/NEWS
3.8.0
06 Apr 2018 16:27:13
Revision:466663Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.8.0

Changes:	https://github.com/rocky/python-xdis/blob/master/NEWS
3.7.0
08 Mar 2018 15:38:16
Revision:463899Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.7.0

- Update LICENSE

Changes:	https://github.com/rocky/python-xdis/blob/master/NEWS
3.6.11
10 Feb 2018 16:21:16
Revision:461402Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.6.11

Changes:	https://github.com/rocky/python-xdis/blob/master/NEWS
3.6.10
04 Feb 2018 10:49:03
Revision:460915Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.6.10

Changes:	https://github.com/rocky/python-xdis/blob/master/NEWS
3.6.9
30 Jan 2018 15:38:45
Revision:460397Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.6.9

Changes:	https://github.com/rocky/python-xdis/blob/master/NEWS
3.6.8
29 Jan 2018 11:27:29
Revision:460263Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.6.8

Changes:	https://github.com/rocky/python-xdis/blob/master/NEWS
3.6.7
22 Jan 2018 15:46:37
Revision:459661Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.6.7

Changes:	https://github.com/rocky/python-xdis/blob/master/NEWS
3.6.6
21 Jan 2018 11:55:52
Revision:459594Original commit files touched by this commit
sunpoet search for other commits by this committer
Add py-xdis 3.6.6

The Python dis module allows you to disassemble bytecode from the same version
of Python that you are running on. But what about bytecode from different
versions?

That's what this package is for. It can "marshal load" Python bytecodes from
different versions of Python. The command-line routine pydisasm will show
disassembly output using Python 3.6 disassembly conventions.

Also, if you need to modfiy and write bytecode, the routines here can be of
help. There are routines to pack and unpack the read-only tuples in Python's
Code type. For interoperability between Python 2 and 3 we provide our own
versions of the Code type, and we provide routines to reduce the tedium in
writing a bytecode file.
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 64