[Bug 243402] [NEW PORT] graphics/pygeoapi: OGC API server implementation

2020-01-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243402

Loïc Bartoletti  changed:

   What|Removed |Added

 Attachment #210804|0   |1
is obsolete||

--- Comment #3 from Loïc Bartoletti  ---
Created attachment 210834
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=210834&action=edit
pygeoapi 0.7.0

Changes:
- Update to 0.7.0
- add USE_PYTHON=concurrent
- add two new dependencies for 0.7.0: pytz and python-dateutil

koobs@ sorry, but PyPi tarball doesnt ship tests subdir and if we want test it
we need a pgsql, elasticsearch, mongodb bases graphics/gdal built with SQLite,
etc. I think it's best if I work on an upstream CI, isnt' it?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 243402] [NEW PORT] graphics/pygeoapi: OGC API server implementation

2020-01-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243402

--- Comment #4 from Loïc Bartoletti  ---
other change: pygeoapi -> py-pygeoapi
https://wiki.freebsd.org/Python/PortsPolicy#Naming

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


FreeBSD ports you maintain which are out of date

2020-01-18 Thread portscout
Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/pyt...@freebsd.org.html


Port| Current version | New version
+-+
devel/py-pytest | 4.5.0   | 5.3.3
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Reported by:portscout!
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 241227] ports-mgmt/portmaster: If depended port is flavorized and already installed, portmaster reinstall it when installing/updating/reinstalling depending port

2020-01-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241227

Walter Schwarzenfeld  changed:

   What|Removed |Added

   See Also||https://bugs.freebsd.org/bu
   ||gzilla/show_bug.cgi?id=2434
   ||32

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 241227] ports-mgmt/portmaster: If depended port is flavorized and already installed, portmaster reinstall it when installing/updating/reinstalling depending port

2020-01-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241227

Walter Schwarzenfeld  changed:

   What|Removed |Added

 CC||w.schwarzenf...@utanet.at

--- Comment #12 from Walter Schwarzenfeld  ---
(In reply to Tatsuki Makino from comment #5)
try this change in your patch

origin=$(dir_part "$1")
+   if [ "${1}" != "${origin}" ] ; then
flavor=$(flavor_part "$1")
+   else
+   unset FLAVOR
+   flavor=$(pm_make -C "${pd}/${origin}" -V FLAVOR)
+   export flavor $flavor
+   fi
pkgname_l=$(echo $($PKG_CMD query '%n-%v' $origin)) || return 1
# if multiple flavors registered then fall back to $FLAVOR if no flavor
has been passed in $1
[ "${pkgname_l}" != "${pkgname_l#* }" ] && : ${flavor:=$FLAVOR}

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 241227] ports-mgmt/portmaster: If depended port is flavorized and already installed, portmaster reinstall it when installing/updating/reinstalling depending port

2020-01-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241227

--- Comment #13 from Walter Schwarzenfeld  ---
Created attachment 210856
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=210856&action=edit
svn-diff-portmaster-flavors

Tested with binutils, gcc9, cmake (should tested with more ports).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 241227] ports-mgmt/portmaster: If depended port is flavorized and already installed, portmaster reinstall it when installing/updating/reinstalling depending port

2020-01-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241227

--- Comment #14 from Yasuhiro KIMURA  ---
(In reply to Walter Schwarzenfeld from comment #13)

I tested your patch with following ports and the problem didn't happen.

archivers/ajr (devel/binutils)
devel/cmake (textproc/py-sphinx)
devel/libunwind (devel/binutils)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 243402] [NEW PORT] graphics/py-pygeoapi: OGC API server implementation

2020-01-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243402

Kubilay Kocak  changed:

   What|Removed |Added

   Keywords|needs-patch, needs-qa   |
Summary|[NEW PORT]  |[NEW PORT]
   |graphics/pygeoapi: OGC API  |graphics/py-pygeoapi: OGC
   |server implementation   |API server implementation

--- Comment #5 from Kubilay Kocak  ---
(In reply to Loïc Bartoletti from comment #3)

Tests aren't compulsory (dont block commit), but they are highly valueable. At
least it would be nice to ask upstream to ship the tests in the PyPI sdist
(using MANIFEST.in is the usual way)

Thanks for the updates, and note: you don't need to maintainer approval your
own ports (but its great to be explicit, particularly if/when someone else is
committing your updates) :)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 241227] ports-mgmt/portmaster: If depended port is flavorized and already installed, portmaster reinstall it when installing/updating/reinstalling depending port

2020-01-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241227

Walter Schwarzenfeld  changed:

   What|Removed |Added

   See Also||https://bugs.freebsd.org/bu
   ||gzilla/show_bug.cgi?id=2273
   ||47

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"