Commit graph

36 commits

Author SHA1 Message Date
47e8af0b24
bump version again 2023-07-05 15:10:05 -05:00
894f2f32a8
bump version number
since the version number isn't fetched from vcs (yet) (sigh)
2023-07-05 15:09:11 -05:00
dfd63c5a70
adjust metadata after transfer to adafruit 2023-07-05 14:41:53 -05:00
53a0b132d5
provide a long description 2023-07-03 13:27:04 -05:00
1cf93ca32d
bump version number for release 2023-07-03 12:32:38 -05:00
2aea9162a0
do omnibus-style building 2023-07-03 11:51:03 -05:00
501b70d092
rename the example 2023-07-03 11:44:32 -05:00
b1c98dbedf
plug in the modified G722.1 encoder 2023-07-03 11:38:06 -05:00
Henry Schreiner
fae6ade894
chore: move to using Ruff (#140)
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
2023-02-23 08:23:57 -05:00
Henry Schreiner
c1fdfe98e9
chore: drop 3.6, add 3.11 (#123)
* chore: drop 3.6, add 3.11

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>

* Update .github/workflows/pip.yml

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
2022-10-31 17:07:02 -04:00
Henry Schreiner
5a19e3e21a
chore: drop Python 2, require Python 3.6+ (#91)
* chore: drop Python 2 support, require 3.6+

* style: run pre-commit
2021-10-25 23:20:40 -04:00
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
2020-10-26 16:36:11 -04:00
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
2020-10-22 16:27:46 -04:00
Isuru Fernando
4a08067caf Avoid opening the file twice 2020-04-26 18:43:51 +02:00
Wenzel Jakob
187e874971 MinGW support (@isuruf, #36) + PEP8 fixes 2020-04-26 18:00:46 +02:00
Wenzel Jakob
b3ea870723 Use define_macros for macros (@isuruf, #39) 2020-04-26 17:53:29 +02:00
James Hilliard
8f86e4ce06 Remove inaccurate comment.
Since has_flag was never actually merged this comment is inaccurate
and should be removed.
2020-04-26 17:49:58 +02:00
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
2020-04-26 17:48:37 +02:00
Isuru Fernando
b9d1ffbe4c Require >=2.5.0 2020-04-26 17:45:50 +02:00
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.
2020-04-26 17:45:50 +02:00
Wenzel Jakob
5343a8d1e9 update pybind11 version 2019-09-20 12:55:44 +02:00
Wenzel Jakob
08a2f37d8a Miscellaneous CI fixes (addresses #32) 2019-06-25 16:50:42 +02:00
horosin
dd10f8f823 Use C++17 compile flag when possible (#41) 2019-06-25 15:29:52 +02:00
Robin Scheibler
7b869458f5 Adds linker options needed for compilation on recent OSX system (issue #22). (#42) 2019-06-25 15:29:21 +02:00
Dean Moldovan
b9c5a57738 Update the example for pybind11 v2.2 2017-09-01 22:26:54 +02:00
Dean Moldovan
22a3c2d10f Fix compiler error on Windows 2016-06-12 01:53:46 +02:00
Sylvain Corlay
ab215a4732 set __version__ string 2016-06-09 17:32:43 -04:00
Sylvain Corlay
cf9a89e323 Rename all the things 2016-06-03 09:53:35 -04:00
Wenzel Jakob
f3531be87e switched to new pybind11.get_include() API; minor PEP8 fixes 2016-04-30 22:23:41 +02:00
Sylvain Corlay
6f5e450bdd Better implementation of has_flag method 2016-04-07 18:39:01 -04:00
Wenzel Jakob
4fcc31ac53 query pip for pybind11 include path (fixes compilation for Brew-ed Python on OSX) 2016-04-07 09:55:00 +02:00
Sylvain Corlay
6d267c26d3 -fvisibility=hidden 2016-04-04 13:58:53 -04:00
Sylvain Corlay
efe1ac1a31 Use context manager 2016-04-04 00:13:52 -04:00
Sylvain Corlay
7912e3138e Use -std=c++14 flag when available on clang and gcc 2016-04-02 21:11:58 -04:00
Sylvain Corlay
266647d42f zip_safe=False 2016-03-14 22:54:14 -04:00
Sylvain Corlay
e04dff53f9 Example project built with pybind11 2016-03-14 22:54:09 -04:00