Brendan Abel

Results 9 issues of Brendan Abel

`PyQt4.uic.loadUi` provides support for custom widgets using the "Promoted Widget" feature of Qt Designer. The convention in PyQt4 is to specify the import module path using the header file section....

type:Enhancement
community:help wanted

rez-pip currently only includes `platform` and `arch` in the variant when generating a rez package for python packages that aren't pure python. However, pure python packages that define entry points...

bug
topic:py-packaging

Both PEP 440 versions and SemVar 2.0 versions may contain pre-release (and other) version information besides just maj/min/patch. - https://www.python.org/dev/peps/pep-0440/ - https://semver.org/ Both PEP 440 and SemVar 2.0 utilize different...

enhancement
rez-pip

Has anyone tried distributing rez packages using s3 buckets? Has anyone tried using other cloud storage systems to distribute rez packages? Amazon s3 buckets are a fairly inexpensive, accessible, and...

Added an explicit test for building against unicode filenames that I neglected to add with the last PR.

Getting the ball rolling on a first draft. Pulled mostly wholesale from the openexr project, which looks to be modeled after the ASWF example project, with the main difference being...

ASWF

The following `package.py` will throw a `BuildError` when running `rez-build` ``` name = "fakepack" version = "1.0.0" description = """ This is a fake package. Some more text. And more...

bug