dependabot[bot]
3574dd85b1
chore: bump pypa/gh-action-pypi-publish from v1.4.1 to v1.4.2 ( #69 )
...
* chore: bump pypa/gh-action-pypi-publish from v1.4.1 to v1.4.2
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish ) from v1.4.1 to v1.4.2.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases )
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.4.1...27b31702a0e7fc50959f5ad993c78deac1bdfc29 )
Signed-off-by: dependabot[bot] <support@github.com>
* ci: fix old version of virtualenv breaking things
Fixed in master in pypa/build
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
4 years ago
Henry Schreiner
a6022cf408
ci: update workflows ( #73 )
...
* ci: update workflows
* ci: fix travis
* ci: drop macOS and Python 2.7 on Linux
4 years ago
dependabot[bot]
3b453559c4
chore: bump conda-incubator/setup-miniconda from v1.7.0 to v2 ( #65 )
...
* Bump conda-incubator/setup-miniconda from v1.7.0 to v2
Bumps [conda-incubator/setup-miniconda](https://github.com/conda-incubator/setup-miniconda ) from v1.7.0 to v2.
- [Release notes](https://github.com/conda-incubator/setup-miniconda/releases )
- [Changelog](https://github.com/conda-incubator/setup-miniconda/blob/master/CHANGELOG.md )
- [Commits](https://github.com/conda-incubator/setup-miniconda/compare/v1.7.0...11ae174708d1ae769b9457e7d6ed64d606c99af1 )
Signed-off-by: dependabot[bot] <support@github.com>
* fix: minor simplification and avoid a warning
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
5 years ago
Henry Schreiner
fc12654bf8
feat: use pyproject.toml instead ( #64 )
...
* feat: use pyproject.toml instead
* ci: travis updates
* fix: just install on travis
* fix: include macOS version
* Update .travis.yml
5 years ago
Henry Schreiner
2c99526baa
feat: support setup helpers ( #60 )
...
* feat: support setup helpers
* feat: update to pybind11 2.6.0b1
* feat: bump to 2.6.0rc3
* chore: bump to 2.6.0
* ci: full release string
* ci: dependabot
* fix: conda-forge channel needed for 2.6.0
5 years ago
Isuru Fernando
4a08067caf
Avoid opening the file twice
5 years ago
Wenzel Jakob
187e874971
MinGW support ( @isuruf , #36 ) + PEP8 fixes
5 years ago
Wenzel Jakob
b3ea870723
Use define_macros for macros ( @isuruf , #39 )
5 years ago
James Hilliard
8f86e4ce06
Remove inaccurate comment.
...
Since has_flag was never actually merged this comment is inaccurate
and should be removed.
5 years ago
Chris Lamb
1f264dc12c
Suggest sorting of extension sources to ensure a reproducible build regardless of filesystem ordering.
...
re. https://github.com/pikepdf/pikepdf/pull/76
5 years ago
Isuru Fernando
f3513301ac
conda has dropped python 2
5 years ago
Isuru Fernando
9712cbd7e9
Fix conda error
5 years ago
Isuru Fernando
b9d1ffbe4c
Require >=2.5.0
5 years ago
Isuru Fernando
e40692bfd9
Use new get_include
...
This also removes the pybind11 dependency in install_requires
as the headers are needed only at setup time.
5 years ago
Wenzel Jakob
5343a8d1e9
update pybind11 version
6 years ago
Wenzel Jakob
08a2f37d8a
Miscellaneous CI fixes (addresses #32 )
6 years ago
jbarlow83
d3c873f225
Change pip to python -m pip ( #33 )
...
See https://github.com/pypa/pip/issues/5223 - there is a pip 9 to 10 upgrade issue that prevents a direct `pip install ... --upgrade pip` from working.
While the issue is closed in pip upstream, it still seems to cause problems.
6 years ago
Martin Quinson
1d1fec0ad1
typo ( #38 )
6 years ago
horosin
dd10f8f823
Use C++17 compile flag when possible ( #41 )
6 years ago
Robin Scheibler
7b869458f5
Adds linker options needed for compilation on recent OSX system (issue #22 ). ( #42 )
6 years ago
Sylvain Corlay
2ed5a68759
Merge pull request #25 from dean0x7d/update
...
Update example for pybind11 v2.2
8 years ago
Dean Moldovan
b9c5a57738
Update the example for pybind11 v2.2
8 years ago
Dean Moldovan
6dfbb291a7
Fix CI test failures with homebrew python 3.6 and windows conda 2.7 ( #17 )
8 years ago
Sylvain Corlay
da476af0c6
Merge pull request #15 from micaiahparker/master
...
typo in windows example
8 years ago
Micaiah Parker
6b5facb82a
typo in windows example
8 years ago
Wenzel Jakob
7ad3847f4e
Merge pull request #14 from dean0x7d/tests
...
Configure tests on Travis and AppVeyor
9 years ago
Dean Moldovan
acb5f7d1ba
Fix conda build on 32-bit Windows
9 years ago
Dean Moldovan
516d265bfa
Propagate active compiler to conda-build
...
Without this, conda-build selects Travis's outdated
C++98 compiler which can't build pybind11.
9 years ago
Dean Moldovan
6f68152c78
Fix conda "empty version" error
9 years ago
Dean Moldovan
22a3c2d10f
Fix compiler error on Windows
9 years ago
Dean Moldovan
b6d1cd61b5
Configure tests on Travis and AppVeyor
9 years ago
Sylvain Corlay
28381e3f45
Merge pull request #13 from SylvainCorlay/__version__string
...
Set __version__ string
9 years ago
Sylvain Corlay
ab215a4732
set __version__ string
9 years ago
Wenzel Jakob
56849f60d5
Merge pull request #11 from SylvainCorlay/rename_all_the_things
...
Rename all the things
9 years ago
Sylvain Corlay
cf9a89e323
Rename all the things
9 years ago
Sylvain Corlay
0deadf04f8
Merge pull request #9 from wjakob/master
...
switched to new pybind11.get_include() API; minor PEP8 fixes
9 years ago
Wenzel Jakob
f3531be87e
switched to new pybind11.get_include() API; minor PEP8 fixes
9 years ago
Sylvain Corlay
818b984d90
Merge pull request #7 from SylvainCorlay/has_flag_better_implementation
...
Better implementation of has_flag method
9 years ago
Sylvain Corlay
6f5e450bdd
Better implementation of has_flag method
9 years ago
Sylvain Corlay
17808d70a5
Merge pull request #6 from wjakob/master
...
query pip for pybind11 include path (fixes compilation for Brew-ed Python on OSX)
9 years ago
Wenzel Jakob
4fcc31ac53
query pip for pybind11 include path (fixes compilation for Brew-ed Python on OSX)
9 years ago
Sylvain Corlay
6d267c26d3
-fvisibility=hidden
9 years ago
Sylvain Corlay
efe1ac1a31
Use context manager
9 years ago
Sylvain Corlay
9f40611aa5
Merge pull request #4 from SylvainCorlay/cpp14_flag
...
Use -std=c++14 flag when available on clang and gcc
9 years ago
Sylvain Corlay
7912e3138e
Use -std=c++14 flag when available on clang and gcc
9 years ago
Sylvain Corlay
36b8dea766
Merge pull request #3 from SylvainCorlay/conda-recipe
...
Add a conda recipe for pbtest, showing how to require the VC++ runtime
9 years ago
Sylvain Corlay
7eb0aac172
Add a conda recipe for pbtest, showing how to require the VC++ runtime
9 years ago
Sylvain Corlay
a185aee011
Merge pull request #2 from SylvainCorlay/vs2015_runtime
...
Add Windows Runtime Requirements Section in README
9 years ago
Sylvain Corlay
2456d063ae
Add Windows Runtime Requirements Section in README
9 years ago
Sylvain Corlay
266647d42f
zip_safe=False
9 years ago